do not trackuserlocation in location picker (#8466)
This commit is contained in:
@@ -87,7 +87,7 @@ class LocationPicker extends React.Component<ILocationPickerProps, IState> {
|
||||
positionOptions: {
|
||||
enableHighAccuracy: true,
|
||||
},
|
||||
trackUserLocation: true,
|
||||
trackUserLocation: false,
|
||||
});
|
||||
|
||||
this.map.addControl(this.geolocate);
|
||||
|
||||
Reference in New Issue
Block a user