From: Anthony Talarico Date: Tue, 22 Oct 2019 15:41:34 +0000 (-0400) Subject: centering the map lat starting position X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=59e7a74ad561c5a7eb46ec8a7209eb6d22ae057a;p=WP-Plugins%2Fglm-leaflet-theme.git centering the map lat starting position --- 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