Hi!
Would it be possible to use transfer_type = 4 to determine where trip continuations are shown in the timetables?
The behaviour I am picturing is:
- If
transfers.txt is provided and it contains at least one transfer_type = 4, disregard block_ids for trip continuations and only use transfer_type = 4.
- Otherwise, retain current behaviour (using
block_id)
Thanks!