OneBusAway / onebusaway-gtfs-modules

A Java-based library for reading, writing, and transforming public transit data in the GTFS format, including database support.
Other
129 stars 106 forks source link

Fix #122 Pathways required fields not defined in the current GTFS Spec. Added new fields and maintained backwards compatibility. #131

Closed mmaranda-cs closed 5 years ago

mmaranda-cs commented 5 years ago

Summary: This change was made to bring the Pathways. Largely this is the Pathways class and PathwayUtil that changed. Kurt had done most of the heavy lifting, I re-added the backwards compatibility and marked those methods as deprecated because they should not be used by any new GTFS pathway models as they are not supported by the spec.

This was done to resolve https://github.com/OneBusAway/onebusaway-gtfs-modules/issues/122

Expected behavior: