summaryrefslogtreecommitdiff
path: root/router-config.json
blob: dcb45b171e58e174a4aee4ae1df54a9fc2756298 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "updaters": [
    {
      "type": "stop-time-updater",
      "url": "https://gtfsrt.renfe.com/trip_updates_LD.pb",
      "feedId": "renfe"
    },
    {
      "type": "vehicle-positions",
      "url": "https://gtfsrt.renfe.com/vehicle_positions_LD.pb",
      "feedId": "renfe"
    }
  ]
}