bikehopper / graphhopper

Open source routing engine for OpenStreetMap. Use it as Java library or standalone web server.
https://www.graphhopper.com/open-source/
Apache License 2.0
3 stars 0 forks source link

API: expose transit route_type; fall back to route_long_name #111

Closed graue closed 1 year ago

graue commented 1 year ago

Fixes #108 (include route_type -- bus, tram, ferry, etc -- in transit legs)

Fixes #110 (fall back to route_long_name for route name if route_short_name is blank, which is explicitly allowed by GTFS spec)