From: Anthony Talarico Date: Mon, 10 Dec 2018 19:17:47 +0000 (-0500) Subject: changing the county map starting position X-Git-Tag: v1.0.0^2~21 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=4a22244c6f18788814637048f9c43585c13f1350;p=WP-Plugins%2Fglm-member-db-county-map.git changing the county map starting position --- diff --git a/views/front/map/display.html b/views/front/map/display.html index 16e7c8e..cf6ac0f 100644 --- a/views/front/map/display.html +++ b/views/front/map/display.html @@ -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};