The ID of a pathway defined in GTFS is not available in a plan response. This makes it hard to track down possible errors in the GTFS.
Expected behavior
The ID defined in GTFS pathways.txt should be in the response to a plan request.
Observed behavior
There are no IDs or names for streets or pathways
Steps to reproduce the problem
Run a trip plan on GTFS data that has pathways. The pathway will show up in the results but it has no ID.
There is a TODO in LegMapper.java that street names should be set in route attribute. Following this pattern I think the pathway ID should also be added to the route attribute for pathways.
The ID of a pathway defined in GTFS is not available in a plan response. This makes it hard to track down possible errors in the GTFS.
Expected behavior
The ID defined in GTFS pathways.txt should be in the response to a plan request.
Observed behavior
There are no IDs or names for streets or pathways
Steps to reproduce the problem
Run a trip plan on GTFS data that has pathways. The pathway will show up in the results but it has no ID.
There is a TODO in LegMapper.java that street names should be set in route attribute. Following this pattern I think the pathway ID should also be added to the route attribute for pathways.