From 72186f12074a7f09e53a8c6a3df97a6e2bd52133 Mon Sep 17 00:00:00 2001 From: Kerry Archibald Date: Mon, 2 May 2022 13:09:42 +0200 Subject: [PATCH] do not trackuserlocation in location picker Signed-off-by: Kerry Archibald --- src/components/views/location/LocationPicker.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/location/LocationPicker.tsx b/src/components/views/location/LocationPicker.tsx index 254ec335cbd..c7fb5cd3148 100644 --- a/src/components/views/location/LocationPicker.tsx +++ b/src/components/views/location/LocationPicker.tsx @@ -87,7 +87,7 @@ class LocationPicker extends React.Component { positionOptions: { enableHighAccuracy: true, }, - trackUserLocation: true, + trackUserLocation: false, }); this.map.addControl(this.geolocate);