feat: implemented map (does not yet support geoJSON)

This commit is contained in:
2025-01-07 00:19:29 +01:00
parent 8ba723e52e
commit 74d00b041f
9 changed files with 403 additions and 50 deletions

View File

@ -8,8 +8,14 @@
"preview": "vite preview"
},
"dependencies": {
"@googlemaps/js-api-loader": "^1.16.8",
"@types/geojson": "^7946.0.15",
"@vuepic/vue-datepicker": "^10.0.0",
"leaflet": "^1.9.4",
"mapbox-gl": "^3.9.2",
"maplibre-gl": "^4.7.1",
"my-vue-app": "file:",
"ol": "^10.3.1",
"register-service-worker": "^1.7.2",
"three": "^0.172.0",
"vue": "^3.4.37",
@ -17,6 +23,7 @@
"vue-router": "^4.5.0"
},
"devDependencies": {
"@types/leaflet": "^1.9.15",
"@types/three": "^0.171.0",
"@vitejs/plugin-vue": "^5.1.2",
"@vue/cli-plugin-pwa": "~5.0.0",