From 62e734d84ed47533aefc69050898c51e7efaed02 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 22 Oct 2019 11:24:33 -0400 Subject: [PATCH] reducing the zoom level to 10 --- glm-map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm-map.js b/glm-map.js index e2bacd4..62ed12d 100644 --- a/glm-map.js +++ b/glm-map.js @@ -8,7 +8,7 @@ jQuery(function($){ leafletMap = L.map('glm-leaflet-container', { center: [45.3749, -84.9592], - zoom: 12, + zoom: 10, // scrollWheelZoom: false,java gestureHandling: true }); -- 2.17.1