I need to perform a query that collects all the nodes and ways that contain a specific tag. I also need, however, to get all the member nodes of the resulting ways even if they do not contain the specified tag. Finally, I need to sort the result in order to have: first the list of all nodes and then the list of the ways, removing all duplicates. I did this, but it doesn't work properly.
Or, if there is a method to directly download the ways with the coordinates of their member nodes, that would be the top. asked 14 Mar '17, 10:50 CillaLu |
You can do this by using more than one print statement and
answered 14 Mar '17, 17:27 maxerickson Thank you so much, this is exactly what i was looking for.
(18 Mar '17, 15:28)
CillaLu
|
In the Wizard of Overpass-turbo try inserting amenity=bar & (type:way | type:node) answered 14 Mar '17, 12:29 Hjart |