openplannerteam / itinero-transit

A transit routing module for Itinero using Linked Connections.
Other
6 stars 1 forks source link

PCS does not calculate direct walks/cycling/... #78

Closed pietervdvn closed 4 years ago

pietervdvn commented 4 years ago

Giving a single direct journey does not make sense within PCS, as a direct journey has infinite many possible departure moments.

The correct way to handle this, is the the library user has to request a direct route separately. If one is found, it should decide for itself if it is useful to show this direct route to the traveler.

(For this, CalculateDirectJourney is provided into the API)