Skip to content

Commit

Permalink
Add trip updater and alerts for pori
Browse files Browse the repository at this point in the history
  • Loading branch information
optionsome committed Jun 2, 2023
1 parent c6d2fff commit b635ccd
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
17 changes: 17 additions & 0 deletions router-finland/router-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,23 @@
"url": "http://digitransit-proxy:8080/out/rauma.mattersoft.fi/api/gtfsrealtime/v1.0/feed/servicealert",
"feedId": "Rauma",
"fuzzyTripMatching": false
},
{
"id": "pori-trip-updates",
"type": "stop-time-updater",
"frequencySec": 60,
"sourceType": "gtfs-http",
"url": "http://digitransit-proxy:8080/out/pjl.mattersoft.fi/api/gtfsrealtime/v1.0/feed/tripupdate",
"feedId": "Pori",
"fuzzyTripMatching": false
},
{
"id": "pori-alerts",
"type": "real-time-alerts",
"frequencySec": 30,
"url": "http://digitransit-proxy:8080/out/pjl.mattersoft.fi/api/gtfsrealtime/v1.0/feed/servicealert",
"feedId": "Pori",
"fuzzyTripMatching": false
}
],
"boardTimes": {
Expand Down
17 changes: 17 additions & 0 deletions router-waltti/router-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,23 @@
"feedId": "Rovaniemi",
"fuzzyTripMatching": false
},
{
"id": "pori-trip-updates",
"type": "stop-time-updater",
"frequencySec": 60,
"sourceType": "gtfs-http",
"url": "http://digitransit-proxy:8080/out/pjl.mattersoft.fi/api/gtfsrealtime/v1.0/feed/tripupdate",
"feedId": "Pori",
"fuzzyTripMatching": false
},
{
"id": "pori-alerts",
"type": "real-time-alerts",
"frequencySec": 30,
"url": "http://digitransit-proxy:8080/out/pjl.mattersoft.fi/api/gtfsrealtime/v1.0/feed/servicealert",
"feedId": "Pori",
"fuzzyTripMatching": false
},
{
"id": "lappeenranta-bike-rental",
"type": "bike-rental",
Expand Down

0 comments on commit b635ccd

Please sign in to comment.