forked from HSLdevcom/OpenTripPlanner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
router-config.json
38 lines (36 loc) · 860 Bytes
/
router-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"routingDefaults": {
"walkSpeed": 1.3,
"transferSlack": 120,
"maxTransfers": 4,
"waitReluctance": 0.95,
"waitAtBeginningFactor": 0.7,
"walkReluctance": 1.75,
"stairsReluctance": 1.65,
"walkBoardCost": 540
},
"updaters": [
{
"type": "stop-time-updater",
"frequencySec": 60,
"sourceType": "gtfs-http",
"url": "http://beta.digitransit.fi/siri2gtfsrt/HSL",
"defaultAgencyId": "HSL",
"fuzzyTripMatching": true,
"feedId": "hsl-stop-times"
},
{
"type": "real-time-alerts",
"frequencySec": 30,
"url": "http://beta.digitransit.fi/hslalert/",
"fuzzyTripMatching": true
"feedId": "hsl-alerts",
}
],
boardTimes: {
AIRPLANE: 2700
},
alightTimes: {
AIRPLANE: 1200
}
}