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. |
You can do this by using more than one print statement and
Thank you so much, this is exactly what i was looking for.
(18 Mar '17, 15:28)
CillaLu
|