From 1aaaad2f32548f2d7833ba24390db4869ef54c1d Mon Sep 17 00:00:00 2001 From: Kerry Date: Tue, 3 May 2022 14:03:56 +0200 Subject: [PATCH] do not trackuserlocation in location picker (#8466) --- 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 254ec335cb..c7fb5cd314 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);