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;
|
||||
|
||||
Reference in New Issue
Block a user