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

Commit

Permalink
do not trackuserlocation in location picker (#8466)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerry authored May 3, 2022
1 parent 12af303 commit 1aaaad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/location/LocationPicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class LocationPicker extends React.Component<ILocationPickerProps, IState> {
positionOptions: {
enableHighAccuracy: true,
},
trackUserLocation: true,
trackUserLocation: false,
});

this.map.addControl(this.geolocate);
Expand Down

0 comments on commit 1aaaad2

Please sign in to comment.