Merge pull request #128 from giggls/master
maxNativeZoom=19 for German style
This commit is contained in:
commit
a397ffff29
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', {
|
||||
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>'
|
||||
});
|
||||
|
|
@ -152,4 +152,4 @@ BR.Map = {
|
|||
};
|
||||
}
|
||||
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue