Allow maxZoom 20 on custom tiles

This commit is contained in:
ARandomGitHubUser
2025-03-28 12:24:54 -04:00
committed by wiedehopf
parent be54ee82a8
commit e5f21c36d3

View File

@@ -28,7 +28,7 @@ function createBaseLayers() {
custom_layers.push(new ol.layer.Tile({
source: new ol.source.OSM({
"url" : loStore['customTiles'],
maxZoom: 15,
maxZoom: 20,
transition: tileTransition,
}),
name: 'custom_tiles',