Issue 7

Title
One-shot geolocation is sometimes less reliable than a position watch
Component
Javascript
Versions
0.8
Severity
normal
Priority
normal
Status
closed
Resolution
fixed
Assigned to
cmeerw
Target Version
1.8
Nosy list
cmeerw

Created on 2015-01-11.18:36:45 by cmeerw, last changed 27 months ago by cmeerw.

Messages

Author: cmeerw
Date: 2022-01-09.16:42:52
one-shot location uses the same API as continuous tracking
Author: cmeerw
Date: 2020-11-03.21:06:48
In 1.8.1 the one-shot location is now using the same API to get the location which hopefully improves the situation.
Author: cmeerw
Date: 2015-02-01.20:14:41
maybe we could watch the GPS until we get a good data point (and then stop again)
Author: cmeerw
Date: 2015-01-11.18:36:45
A one-shot get current position request can sometimes result in less than useful 
results as the data returned might not have come from the GPS, but just from the 
mobile cell location.
History
Date User Action Args
2022-01-09 16:42:52cmeerwsetmessages: + msg30
resolution: fixed
status: accepted -> closed
target: 1.8
2020-11-03 21:06:48cmeerwsetmessages: + msg27
2015-02-01 20:14:41cmeerwsetstatus: new -> accepted
messages: + msg14
2015-01-11 18:36:45cmeerwcreate