stadtnavi / digitransit-ui

Digitransit UI Clone, especially for the city of Herrenberg ("stadtnavi.de")
https://stadtnavi.de/
Other
13 stars 14 forks source link

No alerts shown for routes or patterns #802

Open hbruch opened 6 months ago

hbruch commented 6 months ago

Description

For routes which are reported in VVS GTFS Alert feed, no disruptions show up in Digitransit:

image

Reason

Reason are differences in route_ids between GTFS-RT und GTFS feed:

Route in VVS feed (version 2024-03-14):

"de:vvs:31567_:","VVS","567","Hohenhaslach - Freudental - Bietigheim - Großingersheim - Pleidelsheim (- Murr)","3","FF0000","FFFFFF","VVS_ticketing"

GTFS-RT Alert uses different route_id format ( de:vvs:vvs-31-567 instead of de:vvs:31567_)

image

Note: This (manufactured) graphql query to look up alerts for concerned routes, patterns and their stops does, as to be expected, not return any alert.