From dcffa8954fddcf69f78b63fc8ddaf87e6ede584b Mon Sep 17 00:00:00 2001 From: flisowna Date: Wed, 30 Nov 2022 14:25:30 +0300 Subject: [PATCH] WIP layout in input of geodata column and adding markers to the map --- packages/nc-gui/components/cell/GeoData.vue | 34 +++++++--- packages/nc-gui/components/smartsheet/Map.vue | 66 ++++++++++++++++++- .../nc-gui/composables/useMapViewDataStore.ts | 48 +++++++++++++- 3 files changed, 134 insertions(+), 14 deletions(-) diff --git a/packages/nc-gui/components/cell/GeoData.vue b/packages/nc-gui/components/cell/GeoData.vue index 7bfd052038..fbab6df42c 100644 --- a/packages/nc-gui/components/cell/GeoData.vue +++ b/packages/nc-gui/components/cell/GeoData.vue @@ -139,7 +139,6 @@ const formState = reactive({ }) const handleFinish = () => { - console.log(`handleFinish - formState: `, formState) vModel.value = `${formState.latitude};${formState.longitude}` isExpanded = false } @@ -191,15 +190,15 @@ const onGetCurrentLocation = () => { {{ latLongStr }}