From 4c11def52bc4c04bc330b84186023c8265fb3c15 Mon Sep 17 00:00:00 2001 From: Brett Jia Date: Sat, 9 Sep 2023 12:57:15 -0400 Subject: [PATCH 1/2] core: use webpack bundled map marker (#1049) * core: use webpack bundled map marker * document source of marker icon workaround * disable touch zoom --- .../src/interfaces/sensors/PositionSensor.vue | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/plugins/core/ui/src/interfaces/sensors/PositionSensor.vue b/plugins/core/ui/src/interfaces/sensors/PositionSensor.vue index 93c564452..f6015ff03 100644 --- a/plugins/core/ui/src/interfaces/sensors/PositionSensor.vue +++ b/plugins/core/ui/src/interfaces/sensors/PositionSensor.vue @@ -10,20 +10,29 @@ doubleClickZoom: false, boxZoom: false, scrollWheelZoom: false, + touchZoom: false, }" > - +