Added progress bar to loading process

This commit is contained in:
Alexis
2026-04-04 22:45:33 +02:00
parent 49c48c1347
commit b10e6cbd20
2 changed files with 41 additions and 23 deletions

View File

@@ -18,7 +18,7 @@ export const useMap = defineStore('map', () => {
zoomControl: false,
}
const maxClusterRadius = 28
const maxClusterRadius = 40
const disableClusteringAtZoom = 17
const filterUncovered = ref(true)