How can I get a relation with multiple ways as members in addition to the members wit

المشرف العام

Administrator
طاقم الإدارة
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?



أكثر...
 
أعلى