We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents efef15a + 0535781 commit 4707798Copy full SHA for 4707798
2 files changed
hsl/router-config.json
@@ -276,6 +276,7 @@
276
"overloadingAllowed": true
277
},
278
{
279
+ "id": "hsl-vehicle-positions",
280
"type": "vehicle-positions",
281
"url": "https://realtime.hsl.fi/realtime/vehicle-positions/v2/hsl",
282
"feedId": "HSL",
waltti/router-config.json
@@ -276,6 +276,15 @@
"feedId": "LINKKI",
"fuzzyTripMatching": false
+ {
+ "id": "linkki-vehicle-positions",
+ "type": "vehicle-positions",
+ "url": "http://digitransit-proxy:8080/out/linkki.mattersoft.fi/api/gtfsrealtime/v1.0/feed/vehicleposition",
283
+ "feedId": "LINKKI",
284
+ "frequency": "30s",
285
+ "fuzzyTripMatching": false,
286
+ "features": ["stop-position", "occupancy"]
287
+ },
288
289
"id": "lahti-alerts",
290
"type": "real-time-alerts",
0 commit comments