I want to retrieve a map of all the roads that are a part of a particular relation. This can be a specific public transport route in a city, or its entire public transport network. I have the following input data:
For example, for the country of Moldova, relation Is it possible to filter this data with So far my best shot at it is In other words, I am removing all the ways that are not likely to be part of any route, but this is a very rough approach, and I suspect that I could get much better results if I could leverage the information about the relation itself. How can this be accomplished? asked 25 Jan '20, 16:57 ralien edited 25 Jan '20, 20:53 |
One Answer:
Thanks, this does exactly what I wanted. I am marking it as the accepted answer, even though it is
osmium
rather thanosmosis
. I will edit the question title, to make it easier to find.