From 60cfddabe71df4e6c0b7c20c55d68703e52defb3 Mon Sep 17 00:00:00 2001 From: Kelani Tolulope Date: Wed, 14 Jun 2023 20:38:25 +0100 Subject: [PATCH] Fix geometry module field map if one coordinate is missing --- client/web/admin/src/components/CLocation.vue | 7 ++- .../ModuleFields/Editor/Geometry.vue | 12 +++-- .../ModuleFields/Viewer/Geometry.vue | 3 +- .../components/PageBlocks/GeometryBase.vue | 44 +++++++++++-------- .../GeometryConfigurator/Configurator.vue | 9 ---- client/web/discovery/package.json | 1 + .../discovery/src/components/DiscoveryMap.vue | 7 ++- client/web/privacy/package.json | 1 + .../privacy/src/components/ConnectionMap.vue | 7 ++- 9 files changed, 56 insertions(+), 35 deletions(-) diff --git a/client/web/admin/src/components/CLocation.vue b/client/web/admin/src/components/CLocation.vue index 16f8b7fd8..92bd88187 100644 --- a/client/web/admin/src/components/CLocation.vue +++ b/client/web/admin/src/components/CLocation.vue @@ -43,6 +43,7 @@