Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 1aaaad2

Browse files
author
Kerry
authored
do not trackuserlocation in location picker (#8466)
1 parent 12af303 commit 1aaaad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/location/LocationPicker.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class LocationPicker extends React.Component<ILocationPickerProps, IState> {
8787
positionOptions: {
8888
enableHighAccuracy: true,
8989
},
90-
trackUserLocation: true,
90+
trackUserLocation: false,
9191
});
9292

9393
this.map.addControl(this.geolocate);

0 commit comments

Comments
 (0)