From 8df83adc2f6f1105b2229d052401c24d41c13558 Mon Sep 17 00:00:00 2001 From: elweyn Date: Thu, 23 Feb 2023 07:18:14 +0100 Subject: [PATCH] Remove markers from MapboxGeocoder the users and groups marks are not affected. --- webapp/pages/map.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/pages/map.vue b/webapp/pages/map.vue index 424061203..afdc80e83 100644 --- a/webapp/pages/map.vue +++ b/webapp/pages/map.vue @@ -209,6 +209,7 @@ export default { new MapboxGeocoder({ accessToken: this.$env.MAPBOX_TOKEN, mapboxgl: this.mapboxgl, + marker: false, }), )