-
Notifications
You must be signed in to change notification settings - Fork 58
Description
Hi!
In a vertical timetable, if a note is applied to a given trip (using trip_id in timetable_notes_references) but show_on_stoptime is set to 0, the trip note symbol is not placed anywhere on the timetable, but the symbol and note do appear correctly in the footer of the timetable.
The design of the vertical timetable inherently does not fare well with trip specific notes, as there is no "trip header" as is seen in the horizontal timetable in which it would be logical to put notes.
I feel like putting the notes with the first stop times could be a possible solution, but it could cause confusion about the note only applying to that first stop time instead of to the whole trip.
I think the best approach to this would be to add an extra column to the left of the timetable in which symbols could be displayed. This could also be used in multi-route timetables to show the route short name of the trip.
You can see what I mean in this GTFS dataset, which is a modified version of the STO's dataset. You'll notice that a large number of trips have the VOYAGE_ACCESSIBLE note, but that when the timetables are generated, there's no way to identify which trips the note actually applies to...