From 3564b69db828466b75cf79245aecea683b248a02 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 7 Sep 2021 17:43:16 +0200 Subject: [PATCH] Only show locatecontrol button in leaflet map when we can do geolocation Signed-off-by: Thomas Citharel --- js/src/components/Map.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/js/src/components/Map.vue b/js/src/components/Map.vue index 439129252..819fb8685 100644 --- a/js/src/components/Map.vue +++ b/js/src/components/Map.vue @@ -19,7 +19,10 @@ :zoomInTitle="$t('Zoom in')" :zoomOutTitle="$t('Zoom out')" > - +