Closed graue closed 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
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