forked from temporaerhaus/digitransit-otp-data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
router-config.json
48 lines (48 loc) · 1.16 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
{
"routingDefaults": {
"walkSpeed": 1.3,
"transferSlack": 120,
"maxTransfers": 4,
"waitReluctance": 0.95,
"waitAtBeginningFactor": 0.7,
"walkReluctance": 1.75,
"stairsReluctance": 1.65,
"walkBoardCost": 540,
"itineraryFiltering": 1.0
},
"updaters": [
{
"id": "openbike-bike-rental",
"type": "bike-rental",
"sourceType": "gbfs",
"url": "https://api.openbike.ulm.dev/gbfs/",
"frequencySec": 10,
"network": "openbike"
},
{
"id": "park-api",
"type": "car-park",
"frequencySec": 120,
"sourceType": "park-api",
"url": "https://api.parkendd.de/Ulm"
},
{
"id": "bird-scooter-rental",
"type": "bike-rental",
"rentalType": "free-floating",
"sourceType": "gbfs",
"url": "https://mds.bird.co/gbfs/ulm/",
"frequencySec": 120,
"network": "bird"
},
{
"id": "zeus-scooter-rental",
"type": "bike-rental",
"rentalType": "free-floating",
"sourceType": "gbfs",
"url": "https://api.digitransit.ulm.dev/zeus-gbfs/",
"frequencySec": 120,
"network": "zeus"
}
]
}