We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e93f8 commit 61a4af9Copy full SHA for 61a4af9
js/map.js
@@ -31,6 +31,7 @@ $(document).ready(function () {
31
//maxBounds: L.latLngBounds(L.latLng(-40, -180), L.latLng(85, 153))
32
zoomControl: false,
33
zoomSnap: 0,
34
+ zoomDelta: 0.25,
35
renderer: L.canvas()
36
});
37
0 commit comments