Is it possible with the Overpass API to get every way in a relation where their role is forward. For example relation 2418275 returns multiple ways. I wanted to retrieve only the node coordinates for the tram line (and not the platforms) asked 16 Mar '14, 22:55 Kyro edited 16 Mar '14, 22:55 |
One Answer:
Yes, it is possible to select members of a relation by their respective role: Example: http://overpass-turbo.eu/s/2MU answered 17 Mar '14, 08:22 tyr_asd |
Exactly what I was looking for, Thx !