forked from MapComplete/MapComplete
Enable high accuracy for watchPosition, possible fix for #444
This commit is contained in:
parent
088dad3b5c
commit
df6a6bbbde
1 changed files with 251 additions and 248 deletions
|
@ -256,6 +256,9 @@ export default class GeoLocationHandler extends VariableUiElement {
|
|||
},
|
||||
function () {
|
||||
console.warn("Could not get location with navigator.geolocation");
|
||||
},
|
||||
{
|
||||
enableHighAccuracy: true
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue