changing the county map starting position
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 10 Dec 2018 19:17:47 +0000 (14:17 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 10 Dec 2018 19:17:47 +0000 (14:17 -0500)
views/front/map/display.html

index 16e7c8e..cf6ac0f 100644 (file)
@@ -11,7 +11,7 @@
     jQuery(function($){
 
         // Create map with default center and size
-        var countyMap = L.map('area-map').setView([46.6, -87.0], 8);
+        var countyMap = L.map('area-map').setView([46.75, -87.0], 8);
         var countiesDirectory = '{$assets}/counties/';
             // Tile Server URL
             var tileServer = 'https://maps.gaslightmedia.com/12312029-NoPlaceNames-95bfebd37e9e7d649daafa8762629084/'+ {literal}'{z}/{x}/{y}.png'{/literal};