I want to extract housenumber nodes that are contained in a closed way tagged with "building". I've been able to get the job done with OQ: it was a lucky shot, since I never ever used this syntax before. Now I would like to convert it to XML Overpass. I've tryed with no result (I'm having trouble with the recursion way). This is the query:
asked 27 Nov '16, 22:05 Davide_sd |
There's a converter available: http://overpass-api.de/convert_form.html Note that this Overpass script will only find nodes which are members of the building way ('contained' to me implies that you also want to find unconnected addresses that are located inside the building). answered 28 Nov '16, 02:34 maxerickson I want only the nodes that are members of the building way ! :) Nice, a converter... Unfortunately the converted query doesn't work, Overpass runs out of memory.
(28 Nov '16, 10:17)
Davide_sd
|
Ok, found it! I post the complete query: this return the nodes that are members of the building way and that have the addr:housenumber tag.
answered 28 Nov '16, 10:34 Davide_sd |
There has been a recent similar query regarding extracting nodes within a closed way that may help. answered 28 Nov '16, 01:24 nevw |