centering the map lat starting position
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 22 Oct 2019 15:41:34 +0000 (11:41 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 22 Oct 2019 15:41:34 +0000 (11:41 -0400)
glm-map.js

index 8b592b1..22d2bed 100644 (file)
@@ -7,7 +7,7 @@ jQuery(function($){
         // Styles a map in night mode.
 
         leafletMap = L.map('glm-leaflet-container', {
-            center: [45.42, -84.9592],
+            center: [45.42, -84.77],
             zoom: 10,
             // scrollWheelZoom: false,java
             gestureHandling: true