diff options
Diffstat (limited to 'app/Module/GoogleMapsModule.php')
| -rw-r--r-- | app/Module/GoogleMapsModule.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Module/GoogleMapsModule.php b/app/Module/GoogleMapsModule.php index b0b2c6815e..e3c98395c0 100644 --- a/app/Module/GoogleMapsModule.php +++ b/app/Module/GoogleMapsModule.php @@ -2491,6 +2491,7 @@ class GoogleMapsModule extends AbstractModule implements ModuleConfigInterface, // Create the map and mapOptions var mapOptions = { + minZoom: ' . $this->getSetting('GM_MIN_ZOOM') . ', zoom: 8, center: map_center, mapTypeId: google.maps.MapTypeId.' . $this->getSetting('GM_MAP_TYPE') . ', |
