3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Show beds at zoom levels 18-24.

This commit is contained in:
Michael Stenta 2016-04-13 10:10:03 -04:00
parent 68ad9a8fef
commit 307d44a6ac

View file

@ -59,7 +59,7 @@ function farm_crop_farm_area_type_info() {
'bed' => array(
'label' => t('Bed'),
'style' => 'farm_map_style_green',
'zoom_levels' => array(20, 21, 22, 23, 24),
'zoom_levels' => array(18, 19, 20, 21, 22, 23, 24),
'weight' => -5,
),
);