Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit 61a4af9

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)