From 1c5139f1011930461be201ba9514ee204c6eecb0 Mon Sep 17 00:00:00 2001 From: flisowna Date: Sun, 1 Jan 2023 21:15:24 +0100 Subject: [PATCH] WIP geodata: add marker by tap holding in a map view - passing and saving in expanded form works --- packages/nc-gui/components/cell/GeoData.vue | 21 ++--------------- .../nc-gui/components/smartsheet/Cell.vue | 18 ++++----------- packages/nc-gui/components/smartsheet/Map.vue | 23 ++++--------------- .../smartsheet/expanded-form/index.vue | 5 ---- 4 files changed, 10 insertions(+), 57 deletions(-) diff --git a/packages/nc-gui/components/cell/GeoData.vue b/packages/nc-gui/components/cell/GeoData.vue index 1ebb09e681..0ebcaf7cf7 100644 --- a/packages/nc-gui/components/cell/GeoData.vue +++ b/packages/nc-gui/components/cell/GeoData.vue @@ -1,15 +1,9 @@