diff --git a/html/layers.js b/html/layers.js index a9d2537..36a145c 100644 --- a/html/layers.js +++ b/html/layers.js @@ -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',