Increase max zoom on main map from 10 to 13
This commit is contained in:
parent
8a39ae4411
commit
13782ea7d4
1 changed files with 1 additions and 1 deletions
|
|
@ -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", {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue