Commit 01039db6 authored by Alfakhori's avatar Alfakhori
Browse files

no minZoom

parent 910bed68
Pipeline #12455 passed with stage
in 24 seconds
...@@ -30,7 +30,7 @@ function init_map() { ...@@ -30,7 +30,7 @@ function init_map() {
'https://{s}.tile.openstreetmap.de/tiles/osmde/{z}/{x}/{y}.png', 'https://{s}.tile.openstreetmap.de/tiles/osmde/{z}/{x}/{y}.png',
{ {
maxZoom: 30, maxZoom: 30,
minZoom: 15, //minZoom: 15,
attribution: '&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors' attribution: '&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
} }
); );
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment