Increase max zoom on main map from 10 to 13

This commit is contained in:
Graham McIntire 2026-04-11 14:32:34 -05:00
parent 8a39ae4411
commit 13782ea7d4

View file

@ -400,7 +400,7 @@ export const PropagationMap = {
center,
zoom: Number.isFinite(zoom) ? zoom : 7,
minZoom: 4,
maxZoom: 10
maxZoom: 13
})
L.tileLayer("https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", {