Skip to content

Commit

Permalink
Add realtime_trip_updates for kolejedolnoslaskie
Browse files Browse the repository at this point in the history
I requested for GTFS creds for KD in #1034 so now I'm on their mailing list.

I've got an e-mail saying that the /vehicles endpoint provided GTFS-RT VehiclePositions, but now they have a /feed endpoint where they provide both VehiclePositions and TripUpdates

They explicitly ask to *switch* from /vehicles to /feed
  • Loading branch information
sethidden committed Dec 26, 2024
1 parent 63b1307 commit d0c3638
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion feeds/kolejedolnoslaskie.pl.dmfr.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"id": "f-u3h-koleje~dolnoslaskie~rt",
"spec": "gtfs-rt",
"urls": {
"realtime_vehicle_positions": "https://gtfs.i.kiedyprzyjedzie.pl/rt/279/vehicles"
"realtime_vehicle_positions": "https://gtfs.i.kiedyprzyjedzie.pl/rt/279/feed",
"realtime_trip_updates": "https://gtfs.i.kiedyprzyjedzie.pl/rt/279/feed"
},
"license": {
"url": "https://www.kolejedolnoslaskie.4bip.pl/index.php?idg=6&id=75&x=99"
Expand Down

0 comments on commit d0c3638

Please sign in to comment.