3 lines
119 B
JavaScript
3 lines
119 B
JavaScript
export const MAPS_MIN_ZOOM_LEVEL = 0;
|
|
// export const MAPS_MAX_ZOOM_LEVEL = 17;
|
|
export const MAPS_MAX_ZOOM_LEVEL = 20;
|