summaryrefslogtreecommitdiff
path: root/app/Module
diff options
context:
space:
mode:
Diffstat (limited to 'app/Module')
-rw-r--r--app/Module/GoogleMapsModule.php1
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') . ',