fix max zoom

This commit is contained in:
vcoppe
2026-04-09 21:10:45 +02:00
parent 79c0aed54f
commit 7e9140492a

View File

@@ -44,7 +44,7 @@ export const basemaps: { [key: string]: string | StyleSpecification } = {
'https://services.arcgisonline.com/arcgis/rest/services/World_Imagery/MapServer/WMTS/tile/1.0.0/World_Imagery/default/default028mm/{z}/{y}/{x}.jpg', 'https://services.arcgisonline.com/arcgis/rest/services/World_Imagery/MapServer/WMTS/tile/1.0.0/World_Imagery/default/default028mm/{z}/{y}/{x}.jpg',
], ],
tileSize: 256, tileSize: 256,
maxzoom: 23, maxzoom: 19,
attribution: attribution:
'© <a href="https://www.esri.com/" target="_blank">Esri</a>, Vantor, Earthstar Geographics, and the GIS User Community', '© <a href="https://www.esri.com/" target="_blank">Esri</a>, Vantor, Earthstar Geographics, and the GIS User Community',
}, },