maxNativeZoom=19 for German style
German style is also available up to zoom level 19
This commit is contained in:
parent
370225fcfc
commit
69bd3d8d1f
1 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ BR.Map = {
|
||||||
});
|
});
|
||||||
|
|
||||||
var osmde = L.tileLayer('https://{s}.tile.openstreetmap.de/tiles/osmde/{z}/{x}/{y}.png', {
|
var osmde = L.tileLayer('https://{s}.tile.openstreetmap.de/tiles/osmde/{z}/{x}/{y}.png', {
|
||||||
maxNativeZoom: 18,
|
maxNativeZoom: 19,
|
||||||
maxZoom: maxZoom,
|
maxZoom: maxZoom,
|
||||||
attribution: '<a target="_blank" href="https://www.openstreetmap.de/karte.html?zoom={zoom}&lat={lat}&lon={lon}&layers=B000TF">OpenStreetMap.de</a>'
|
attribution: '<a target="_blank" href="https://www.openstreetmap.de/karte.html?zoom={zoom}&lat={lat}&lon={lon}&layers=B000TF">OpenStreetMap.de</a>'
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue