Skip to content

Commit 0516465

Browse files
committed
Remove car transit from kela config for release.
1 parent 6d9e8a0 commit 0516465

2 files changed

Lines changed: 3 additions & 13 deletions

File tree

kela/build-config.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,8 @@
1515
"wheelchairAccessibility": {
1616
"enabled": true
1717
}
18-
},
19-
{ "modes": "CAR" }
20-
],
21-
"transferParametersForMode": {
22-
"CAR": {
23-
"disableDefaultTransfers": true,
24-
"carsAllowedStopMaxTransferDuration": "90m"
2518
}
26-
},
19+
],
2720
"boardingLocationTags": ["ref", "ref:findt", "ref:findr"],
2821
"osmDefaults": {
2922
"timeZone": "Europe/Helsinki",

kela/router-config.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
"maxDuration": "8h",
2929
"maxStopCount": "400",
3030
"maxDurationForMode": {
31-
"CAR": "90m"
31+
"CAR": "1m"
3232
},
3333
"maxStopCountForMode": {
34-
"CAR": 0
34+
"CAR": 1
3535
}
3636
},
3737
"maxDirectStreetDuration": "100h",
@@ -79,9 +79,6 @@
7979
"walk": {
8080
"speed": 1.67
8181
}
82-
},
83-
{
84-
"modes": "CAR"
8582
}
8683
]
8784
},

0 commit comments

Comments
 (0)