chore: maxZoom = 20;
This commit is contained in:
@@ -67,7 +67,7 @@ export const initializeMap = (
|
||||
let mapCenter = [53.111111, 8.4625];
|
||||
let mapZoom = 12;
|
||||
let minZoom = 5;
|
||||
let maxZoom = 15;
|
||||
let maxZoom = 20;
|
||||
try {
|
||||
if (window && window.__leafletConfig) {
|
||||
config = window.__leafletConfig;
|
||||
|
||||
@@ -15,7 +15,7 @@ export const zoomIn = (e, map) => {
|
||||
return;
|
||||
}
|
||||
|
||||
let maxZoom = 19;
|
||||
let maxZoom = 20;
|
||||
try {
|
||||
if (window && window.__tileSourceMaxZoom !== undefined) {
|
||||
maxZoom = window.__tileSourceMaxZoom;
|
||||
|
||||
Reference in New Issue
Block a user