Added more icons for park types

This commit is contained in:
Alexis
2026-03-25 18:05:35 +01:00
parent ff773e1d1c
commit 51e624ba2e
3 changed files with 57 additions and 40 deletions

View File

@@ -3,9 +3,9 @@ import { defineStore } from 'pinia'
import { ref } from 'vue'
export const useMap = defineStore('map', () => {
const zoom = ref(7)
const minZoom = 4
const center = ref<PointTuple>([47.809376, -0.637207])
const zoom = ref(10)
const minZoom = 6
const center = ref<PointTuple>([48.11180645878813, -1.6637869497745246])
return {
zoom,