pyosmium icon indicating copy to clipboard operation
pyosmium copied to clipboard

Handle route relations

Open andreynovikov opened this issue 8 years ago • 3 comments

It looks like there is no way to get relations with type=route?

andreynovikov avatar Oct 19 '17 15:10 andreynovikov

You can get the relation object (list of tags and members) but not geometries. osmium does not yet have support for creating multilinestrings from relation which would be needed for routes.

lonvia avatar Oct 19 '17 18:10 lonvia

This answer is helpful.

Hiyorimi avatar Jan 21 '19 13:01 Hiyorimi

I was able to get routes using this Handler, the handler get OSM data from overpass api request, you can see here

lucadelu avatar Nov 20 '20 13:11 lucadelu