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 0af431d commit 48e93f8Copy full SHA for 48e93f8
js/map.js
@@ -30,6 +30,7 @@ $(document).ready(function () {
30
var map = L.map('map', {
31
//maxBounds: L.latLngBounds(L.latLng(-40, -180), L.latLng(85, 153))
32
zoomControl: false,
33
+ zoomSnap: 0,
34
renderer: L.canvas()
35
});
36
0 commit comments