Allow maxZoom 20 on custom tiles
This commit is contained in:
committed by
wiedehopf
parent
be54ee82a8
commit
e5f21c36d3
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user