diff --git a/js/Map.js b/js/Map.js index 6381d1e..f24b511 100644 --- a/js/Map.js +++ b/js/Map.js @@ -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: 'OpenStreetMap.de' }); @@ -152,4 +152,4 @@ BR.Map = { }; } -}; \ No newline at end of file +};