4 lines
81 B
TypeScript
4 lines
81 B
TypeScript
export const minZoom = 1;
|
|
export const maxZoom = 40;
|
|
export const zoomSpeed = 2;
|