BlinkTagInc / gtfs-to-html

Build human readable transit timetables as HTML or PDF from GTFS.

Home Page:https://gtfstohtml.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support transfer_type = 4 for trip continuation

brodyFlannigan opened this issue · comments

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!

That sounds like a good approach. Do you have an example GTFS with transfer.txt where this could be tested.

Not yet, but the Transcollines feed will be including them soon (Like, in the next 5ish days at the latest) so I'll let you know when it's live.

Hi!

Transcollines' GTFS now has the new transfer types!