From 9a10c0b725ca27cf3f581cd33975fb46198b74b1 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Sat, 13 Jul 2024 18:06:22 +0200 Subject: [PATCH 1/3] implemented indoor display --- .../app/components/DetailsInteractiveMap.vue | 239 +- webclient/app/composables/FloorControl.ts | 170 - webclient/package.json | 1 + webclient/pnpm-lock.yaml | 143 + webclient/public/example.geojson | 3690 +++++++++++++++++ 5 files changed, 3880 insertions(+), 363 deletions(-) delete mode 100644 webclient/app/composables/FloorControl.ts create mode 100644 webclient/public/example.geojson diff --git a/webclient/app/components/DetailsInteractiveMap.vue b/webclient/app/components/DetailsInteractiveMap.vue index 1be3c2b70..9bb5b6654 100644 --- a/webclient/app/components/DetailsInteractiveMap.vue +++ b/webclient/app/components/DetailsInteractiveMap.vue @@ -1,14 +1,15 @@