Closed brodyFlannigan closed 4 years ago
Thanks for the detailed report. This issue has been resolved in the latest release https://github.com/BlinkTagInc/gtfs-to-html/releases/tag/1.0.2
Don't hesitate to open additional issues or make suggestions and feature requests.
When generating combined-route timetables, the trip "name" (which should be the
route_short_name
of the trip, is not correct and is always populated by theroute_short_name
of theroute_id
specified in the highest row for thattimetable_id
intimetables.txt
.Expected behaviour
The multi-route timetable should have the trip's
route_short_name
in the header row like this:Current behaviour
Reproducing the error
gtfs/transcollines
views/custom/transcollines
config-transcollines.txt
toconfig-transcollines.json
config-transcollines.json
and insert your mapbox token.GTFS-to-HTML --configPath config-transcollines.json
html/transcollines/index.html
Thanks ahead of time!