From: Anthony Talarico Date: Wed, 16 Jan 2019 14:59:33 +0000 (-0500) Subject: changing the starting coordinates for the county map display X-Git-Tag: v1.0.0^2~17 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=fb89f4bb5cfcc640c27b7eb6767e150b4d4aac34;p=WP-Plugins%2Fglm-member-db-county-map.git changing the starting coordinates for the county map display --- diff --git a/views/front/map/display.html b/views/front/map/display.html index a78e0ed..f0a29b7 100644 --- a/views/front/map/display.html +++ b/views/front/map/display.html @@ -14,7 +14,7 @@ var countyMap = L.map('area-map',{ gestureHandling: true, - }).setView([46.45, -87.0], 8); + }).setView([46.80, -87.0], 8); @@ -56,7 +56,7 @@ 'Luce': {literal} {latOffset: 0.00, lonOffset: 0.00, url: 'county=Luce'},{/literal} 'Mackinac': {literal} {latOffset: 0.18, lonOffset: -0.50, url: 'county=Mackinac'},{/literal} 'Marquette': {literal} {latOffset: -0.10, lonOffset: 0.00, url: 'county=Marquette'},{/literal} - 'Menominee': {literal} {latOffset: 0.00, lonOffset: -0.08, url: 'county=Menominee'},{/literal} + 'Menominee': {literal} {latOffset: 0.09, lonOffset: -0.18, url: 'county=Menominee'},{/literal} 'Ontonagon': {literal} {latOffset: 0.00, lonOffset: -0.15, url: 'county=Ontonagon'},{/literal} 'Schoolcraft': {literal} {latOffset: 0.00, lonOffset: 0.00, url: 'county=Schoolcraft'}{/literal} };