reducing the zoom level to 10
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 22 Oct 2019 15:24:33 +0000 (11:24 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 22 Oct 2019 15:24:33 +0000 (11:24 -0400)
glm-map.js

index e2bacd4..62ed12d 100644 (file)
@@ -8,7 +8,7 @@ jQuery(function($){
 
         leafletMap = L.map('glm-leaflet-container', {
             center: [45.3749, -84.9592],
-            zoom: 12,
+            zoom: 10,
             // scrollWheelZoom: false,java
             gestureHandling: true
         });