From 59e7a74ad561c5a7eb46ec8a7209eb6d22ae057a Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 22 Oct 2019 11:41:34 -0400 Subject: [PATCH] centering the map lat starting position --- glm-map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm-map.js b/glm-map.js index 8b592b1..22d2bed 100644 --- a/glm-map.js +++ b/glm-map.js @@ -7,7 +7,7 @@ jQuery(function($){ // Styles a map in night mode. leafletMap = L.map('glm-leaflet-container', { - center: [45.42, -84.9592], + center: [45.42, -84.77], zoom: 10, // scrollWheelZoom: false,java gestureHandling: true -- 2.17.1