From: Anthony Talarico Date: Tue, 22 Oct 2019 15:24:33 +0000 (-0400) Subject: reducing the zoom level to 10 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=62e734d84ed47533aefc69050898c51e7efaed02;p=WP-Plugins%2Fglm-leaflet-theme.git reducing the zoom level to 10 --- 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 });