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 should include the route_type in transit legs #108

Closed graue closed 1 year ago

graue commented 1 year ago

The mandatory GTFS field route_type says whether each route is a bus, ferry, tram, metro train, etc. https://gtfs.org/schedule/reference/#routestxt

But GraphHopper doesn't expose this in the API. We need it so the frontend can say whether to get on a bus or a train (etc). Specifically, this blocks bikehopper/bikehopper-ui#206