Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions gtfs-realtime/spec/en/feed-entities.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ A service alert will usually consist of some text which will describe the
problem, and we also allow for URLs for more information as well as more
structured information to help us understand who this service alert affects.

#### Interaction between Trip Updates and Service Alerts

If data consumers use Service Alerts to affect routing decisions, and both Trip Updates
and Service Alerts apply but provide conflicting information, consumers should
give precedence to Trip Updates for routing decisions, unless there is clear
evidence that the Trip Updates is incorrect.

[More about Service Alerts...](service-alerts.md)

## Vehicle Positions
Expand Down
Loading