HSLdevcom / OpenTripPlanner

An open source multi-modal trip planner
http://www.opentripplanner.org
Other
33 stars 31 forks source link

Fix OTP's default handling of transfers in fare computations #265

Closed vesameskanen closed 5 years ago

vesameskanen commented 5 years ago

OTP fare computation, by default, does not consider transfers between consecutive legs if they use the same route. In other words, a metro ticket from Tapiola to Lauttasaari would be valid in the same metro line next day or after a week.

Fixed by implementing correct computation in HSL fare implementation.