Skip to content

Commit 61a4af9

Browse files
authored
Set zoomDelta to 0.25
1 parent 48e93f8 commit 61a4af9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/map.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ $(document).ready(function () {
3131
//maxBounds: L.latLngBounds(L.latLng(-40, -180), L.latLng(85, 153))
3232
zoomControl: false,
3333
zoomSnap: 0,
34+
zoomDelta: 0.25,
3435
renderer: L.canvas()
3536
});
3637

0 commit comments

Comments
 (0)