do not trackuserlocation in location picker (#8466)
This commit is contained in:
parent
12af3038a8
commit
1aaaad2f32
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ class LocationPicker extends React.Component<ILocationPickerProps, IState> {
|
||||||
positionOptions: {
|
positionOptions: {
|
||||||
enableHighAccuracy: true,
|
enableHighAccuracy: true,
|
||||||
},
|
},
|
||||||
trackUserLocation: true,
|
trackUserLocation: false,
|
||||||
});
|
});
|
||||||
|
|
||||||
this.map.addControl(this.geolocate);
|
this.map.addControl(this.geolocate);
|
||||||
|
|
Loading…
Reference in a new issue