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

Commit 48e93f8

Browse files
authored
Set zoomsnap 0 on map
1 parent 0af431d commit 48e93f8

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
@@ -30,6 +30,7 @@ $(document).ready(function () {
3030
var map = L.map('map', {
3131
//maxBounds: L.latLngBounds(L.latLng(-40, -180), L.latLng(85, 153))
3232
zoomControl: false,
33+
zoomSnap: 0,
3334
renderer: L.canvas()
3435
});
3536

0 commit comments

Comments
 (0)