MarcusWolschon / osmeditor4android

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

Intent Action_View GeoUri & Bbox #1778

Open GPSOruxMaps opened 1 year ago

GPSOruxMaps commented 1 year ago

Hello. Could you add the function to configure URL's in "Share Position"? Action_View is quite useful for querying information other than what Vespucci offers by default. This entails the option to enable both querying for an exact point via geouri (lat,lon,zoom) and Bbox (minLon,minLat,maxLat,maxLon).

https://user-images.githubusercontent.com/83801073/190524614-7dbb7364-0c14-462d-b04d-0323dc62fe48.mp4

Felipe

simonpoole commented 1 year ago

My current take on this would be to download the data as GeoJSON and then add it to Vespucci as a GeoJSON layer (this doesn't cover the case of downloading a single node via query).

Conceivable this could be streamlined by providing a, potentially stored, query to Vespucci, likely with a suitable placeholder for a bounding box, retrieving and saving the data and creating an appropriate layer in one.