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

Issue #2556517: Set default map zoom to world

This commit is contained in:
Michael Stenta 2016-03-18 23:28:47 -04:00
parent 7781ce1fcd
commit 1f46d40826

View file

@ -32,14 +32,10 @@ function farm_log_default_openlayers_maps() {
'height' => '500px',
'provideBlockLayerSwitcher' => 0,
'view' => array(
'center' => array(
'lat' => -96,
'lon' => 40,
),
'rotation' => 0,
'zoom' => 4,
'zoom' => 2,
'minZoom' => 0,
'maxZoom' => 20,
'maxZoom' => 24,
),
'renderer' => 'canvas',
'layers' => array(