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
When adding traffic information on part of a trip it is not possible to know what part of the trip the message concerns if the trip in question has a loop.
A trip that visits stops A-B-C-D-E-A-F-G-H-I will hava a ambiguity for stop A when message is intended for part of trip
Both case A-D and case A-H will have AffectedStopPoint with reference to same StopPlace A
Resulting in the message being shown for travellers on both parts of the loop if any message is created for part including stop A
When adding traffic information on part of a trip it is not possible to know what part of the trip the message concerns if the trip in question has a loop.
A trip that visits stops A-B-C-D-E-A-F-G-H-I will hava a ambiguity for stop A when message is intended for part of trip
Both case A-D and case A-H will have AffectedStopPoint with reference to same StopPlace A
Resulting in the message being shown for travellers on both parts of the loop if any message is created for part including stop A
It would be preferable to add optional Order element, similar to how it is for SiriET, so that the two cases can be
and