Added more icons for park types
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user