Hello, I am making an application that uses the Overpass API. I want a query that returns the roads for any given way that connect to that road. Is there a way to retrieve a single way id for a given coordinate/ boundary box, then storing this in a variable and running it in another query? Here is an example query:
What I want to do is find a way to get the way id automatically from a bounding box/ pair of coordinates and run the new query in the form:
(and the .var contains the first returned way id for example) .... Cheers.
This question is marked "community wiki".
|