moving the leaflet map center to the west so it captures more of the bay in mobile
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 9 Oct 2018 13:44:28 +0000 (09:44 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 9 Oct 2018 13:44:28 +0000 (09:44 -0400)
parts/map-image.php

index 7ae5ea7..d418db1 100644 (file)
@@ -23,7 +23,7 @@
         // Styles a map in night mode.
         var url = '<?php echo $url ?>';
         leafletMap = L.map('front-map-image', {
-            center: [45.400148, -84.895447],
+            center: [45.404496, -84.912744],
             zoom: 13
         });
         var leafletTileServer = 'https://maps.gaslightmedia.com/08172018-4c95c314f0934e680190f27ef99c6dcc/{z}/{x}/{y}.png';