From 4a22244c6f18788814637048f9c43585c13f1350 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 10 Dec 2018 14:17:47 -0500 Subject: [PATCH] changing the county map starting position --- views/front/map/display.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}; -- 2.17.1