Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
Issue #2556517: Set default map zoom to world
Browse files Browse the repository at this point in the history
  • Loading branch information
mstenta committed Mar 19, 2016
1 parent 0f03418 commit 1958b87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions farm_area.default_openlayers_maps.inc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ function farm_area_default_openlayers_maps() {
'width' => 'auto',
'height' => '500px',
'view' => array(
'center' => array(
'lat' => 0,
'lon' => 0,
),
'rotation' => 0,
'zoom' => 2,
'minZoom' => 0,
Expand Down

0 comments on commit 1958b87

Please sign in to comment.