MarcusWolschon / osmeditor4android

Vespucci is a OpenStreetMap editor for Android
http://vespucci.io
Other
381 stars 83 forks source link

Selective gps #2695

Closed octavo closed 1 month ago

octavo commented 1 month ago

Every so often 'Current position info No usable location' but 'Go to current location' works. img_32.jpg

simonpoole commented 1 month ago

The difference is that the "Current position info" modal directly uses an Android location provider to get the current position, but that "Go to current location" uses the last known and potentially stale position that the app has maintained.

With other words the two functions are actually using different sources.