There's a relation I'd like to export via the Overpass API that happens to contain two ways as members. However, I'd like to export the relation along with the two member ways. I haven't been able to figure out how to modify this query to do this though:
Overpass Query
[out:json][timeout:25];( relation["type"="building"](41.240076, -73.1221787, 41.7183459, -72.832613)
;out body;>;out skel qt;This query just returns the two member ways, but not the relation. How can I modify this query to return both the member ways and the containing relation?
أكثر...
Overpass Query
[out:json][timeout:25];( relation["type"="building"](41.240076, -73.1221787, 41.7183459, -72.832613)
أكثر...