refactor: move event handlers to own classes

This commit is contained in:
2025-12-02 16:58:31 +01:00
parent 669a2c7991
commit d178f812fb
5 changed files with 540 additions and 500 deletions

View File

@@ -0,0 +1,3 @@
export const minZoom = 1;
export const maxZoom = 40;
export const zoomSpeed = 2;