code re-organization

This commit is contained in:
Matteo Rosati
2026-01-25 09:27:50 +01:00
parent 3f3509bfea
commit 73b3407f04
9 changed files with 299 additions and 197 deletions

View File

@@ -1 +1,9 @@
/**
* Initial zoom level for the map
*/
export const INITIAL_ZOOM = 17;
/**
* MapTiler style URL for the map
*/
export const MAP_STYLE = import.meta.env.VITE_MAPTILER_STYLE;