projects
/
WP-Plugins
/
glm-leaflet-theme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e880a74
)
reducing the zoom level to 10
author
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 22 Oct 2019 15:24:33 +0000
(11:24 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 22 Oct 2019 15:24:33 +0000
(11:24 -0400)
glm-map.js
patch
|
blob
|
history
diff --git
a/glm-map.js
b/glm-map.js
index
e2bacd4
..
62ed12d
100644
(file)
--- 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: 1
2
,
+ zoom: 1
0
,
// scrollWheelZoom: false,java
gestureHandling: true
});