MarcusWolschon / osmeditor4android

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

Intent does not move to correct location if internet is disconnected #2525

Closed jidanni closed 3 months ago

jidanni commented 3 months ago

intent:42.0303389,-87.6795967 ?z=16#Intent;scheme=geo;launchFlags=0x13000000;end

This intent will function correctly, if the internet is connected.

However if the internet is not connected the position will not be moved at all. We will remain at the previous position.

simonpoole commented 3 months ago

This because it tries to download data around the target location, which will fail for obvious reasons, setting the download radius to zero http://vespucci.io/help/en/Advanced%20preferences/#download-radius will stop the app from trying to do that.