-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for geo: URI in "Goto coordinates..." #2710
Comments
The basic assumption is that the geo: URL is somewhere in an app of browser on device, then you just have to click it. If you have it as pure text it is somewhat more involved, paste it in to the "Go to coordinates" modal in the location menu, remove geo: and anything trailing the coordinates in the URL and click OK. |
Unfortunately, most Android applications don't clickify geo: URLs.
Two thoughts:
|
The goto coordinate function already handles lots of different formats and that's why I'm wary of adding more complexity, but all of them are either simple string parsing or mathematical conversions that directly return coordinates. The 'Find' function on the other hand geocodes addresses and names via external APIs and is not the same thing at all. |
I see, thanks for your answer. |
Currently I just think it is a bit of an edge case but I'll keep the request around. |
While going for a walk, I wrote down the
geo:
URL of a feature that is badly tagged. While taking the bus back home, I open Vespucci, choose Find in the bottom-right menu, paste thegeo:
URL... and Nominatim answers Not found.How do I point Vespucci at a
geo:
URL?(The workaround is to paste the
geo:
URL into Organic Maps (OM), then choose Open in another app in OM, anc choose Vespucci.)The text was updated successfully, but these errors were encountered: