1
0
forked from orson/bachemap

maxZoom reduced

This commit is contained in:
kprftw 2024-09-05 20:45:57 -06:00
parent 75eedcb44d
commit 68c363f00e

View File

@ -44,7 +44,7 @@
attribution: '© OpenStreetMap contributors', attribution: '© OpenStreetMap contributors',
detectRetina: true, detectRetina: true,
tileSize: 256, tileSize: 256,
maxZoom: 21, maxZoom: 20,
maxNativeZoom: 18, maxNativeZoom: 18,
//zoomOffset: 1, //zoomOffset: 1,
}).addTo(map); }).addTo(map);