Skip to content

Commit 76534aa

Browse files
committed
new lahti source
1 parent 4707798 commit 76534aa

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

waltti/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ module.exports = {
3939
mapSrc('FOLI', 'http://data.foli.fi/gtfs/gtfs.zip'),
4040
mapSrc(
4141
'Lahti',
42-
'https://tvv.fra1.digitaloceanspaces.com/223.zip',
42+
'http://digitransit-proxy:8080/out/waltti-cloudtest-agent.frendsapp.com/api/GTFS/v1/protobuf/dailyzip/223',
4343
true,
4444
undefined,
4545
{

waltti/router-config.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,19 +289,28 @@
289289
"id": "lahti-alerts",
290290
"type": "real-time-alerts",
291291
"frequency": "30s",
292-
"url": "http://digitransit-proxy:8080/out/lsl.mattersoft.fi/api/gtfsrealtime/v1.0/feed/servicealert",
292+
"url": "http://digitransit-proxy:8080/out/waltti-cloudtest-agent.frendsapp.com/api/GTFS/v1/protobuf/servicealerts/223",
293293
"feedId": "Lahti",
294294
"fuzzyTripMatching": false
295295
},
296296
{
297297
"id": "lahti-trip-updates",
298298
"type": "stop-time-updater",
299299
"frequency": "60s",
300-
"url": "http://digitransit-proxy:8080/out/lsl.mattersoft.fi/api/gtfsrealtime/v1.0/feed/tripupdate",
300+
"url": "http://digitransit-proxy:8080/out/waltti-cloudtest-agent.frendsapp.com/api/GTFS/v1/protobuf/tripupdates/223",
301301
"feedId": "Lahti",
302302
"fuzzyTripMatching": false,
303303
"backwardsDelayPropagationType": "ALWAYS"
304304
},
305+
{
306+
"id": "lahti-vehicle-positions",
307+
"type": "vehicle-positions",
308+
"url": "http://digitransit-proxy:8080/out/waltti-cloudtest-agent.frendsapp.com/api/GTFS/v1/protobuf/vehicleposition/223",
309+
"feedId": "Lahti",
310+
"frequency": "30s",
311+
"fuzzyTripMatching": false,
312+
"features": ["stop-position", "occupancy"]
313+
},
305314
{
306315
"id": "kuopio-alerts",
307316
"type": "real-time-alerts",

0 commit comments

Comments
 (0)