Skip to content

Commit

Permalink
Merge pull request #350 from HSLdevcom/pori-realtime
Browse files Browse the repository at this point in the history
pori alerts and trip updates
  • Loading branch information
optionsome authored May 24, 2023
2 parents 6ae6d43 + dbd5cb5 commit 10ccc1c
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 @@ -433,6 +433,23 @@
"feedId": "Rauma",
"fuzzyTripMatching": false
},
{
"id": "pori-trip-updates",
"type": "stop-time-updater",
"frequencySec": 60,
"url": "http://digitransit-proxy:8080/out/pjl.mattersoft.fi/api/gtfsrealtime/v1.0/feed/tripupdate",
"feedId": "Pori",
"fuzzyTripMatching": false,
"backwardsDelayPropagationType": "ALWAYS"
},
{
"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": "salo-trip-updates",
"type": "stop-time-updater",
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 @@ -380,6 +380,23 @@
"feedId": "Rovaniemi",
"fuzzyTripMatching": false
},
{
"id": "pori-trip-updates",
"type": "stop-time-updater",
"frequencySec": 60,
"url": "http://digitransit-proxy:8080/out/pjl.mattersoft.fi/api/gtfsrealtime/v1.0/feed/tripupdate",
"feedId": "Pori",
"fuzzyTripMatching": false,
"backwardsDelayPropagationType": "ALWAYS"
},
{
"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": "vehicle-rental",
Expand Down

0 comments on commit 10ccc1c

Please sign in to comment.