chore: maxZoom = 20;
This commit is contained in:
@@ -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