I am trying to extract all "natural=tree in Bergenhus", but there are two relation called Bergenhus nested inside each other (this is how it is suposed to be). The question is how I can get data from within this multipolygon https://www.openstreetmap.org/relation/114938 and not this multipolygon https://www.openstreetmap.org/relation/6492161 with overpass turbo. |
The simplest thing is probably to set the search area directly to the relation like Working example here: http://overpass-turbo.eu/s/nGY There's some information in the Overpass documentation about how OSM ids are mapped to Overpass area ids. Overpass Turbo uses the public nominatim service to fill in queries like A comment for future viewers: find the ID of the relation (114938 in this case) and add 3600000000 to get to the overpass area ID of 3600114938
(23 Sep '17, 18:27)
FredrikLindseth
|