From 152e8f5bc6b17e079958c2a59c3b9837c5ab1759 Mon Sep 17 00:00:00 2001 From: lesion Date: Sun, 9 Apr 2023 21:43:51 +0200 Subject: [PATCH] minor with maps --- components/Map.vue | 4 ++-- components/MapEdit.vue | 15 ++++++++++----- components/WhereInputAdvanced.vue | 3 --- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/components/Map.vue b/components/Map.vue index 4cd0b778..a62b2beb 100644 --- a/components/Map.vue +++ b/components/Map.vue @@ -3,7 +3,7 @@ client-only(placeholder='Loading...' ) v-card v-container LMap(ref="map" - id="leaflet-map" + id="leaflet-map-dialog" :zoom="zoom" :options="{attributionControl: false}" :center="center") @@ -105,7 +105,7 @@ export default {