maxNativeZoom=19 for German style

German style is also available up to zoom level 19
This commit is contained in:
Sven Geggus 2018-08-08 17:52:11 +02:00 committed by GitHub
parent 370225fcfc
commit 69bd3d8d1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ BR.Map = {
});
var osmde = L.tileLayer('https://{s}.tile.openstreetmap.de/tiles/osmde/{z}/{x}/{y}.png', {
maxNativeZoom: 18,
maxNativeZoom: 19,
maxZoom: maxZoom,
attribution: '<a target="_blank" href="https://www.openstreetmap.de/karte.html?zoom={zoom}&lat={lat}&lon={lon}&layers=B000TF">OpenStreetMap.de</a>'
});