You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently PathSegment.addPattern() always uses the pattern with most stops. This is usually good, but not always. If there are two different routes between the start and end point, especially with big geographical deviations, only the longer gets rendered.
Example, two different patterns on one journey from A to D:
Currently PathSegment.addPattern() always uses the pattern with most stops. This is usually good, but not always. If there are two different routes between the start and end point, especially with big geographical deviations, only the longer gets rendered.
Example, two different patterns on one journey from A to D:
Transitive always renders only the rote A-E-F-G-D, even if it would have just one departure and A-B-C-D would have multiple departures.
The text was updated successfully, but these errors were encountered: