Skip to content

Commit 85dc558

Browse files
authored
Merge pull request #423 from HSLdevcom/tune-waltti
Adjust waltti router configuration
2 parents 45bc826 + 7da7666 commit 85dc558

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

waltti/router-config.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"transit": {
4646
"pagingSearchWindowAdjustments": ["8h", "4h", "4h", "4h", "4h"],
4747
"dynamicSearchWindow" : {
48-
"minWindow" : "2h"
48+
"minWindow" : "1h"
4949
},
5050
"maxNumberOfTransfers" : 12,
5151
"transferCacheRequests": [
@@ -66,6 +66,16 @@
6666
"enabled": true
6767
}
6868
},
69+
{
70+
"modes": "BICYCLE",
71+
"walk": {
72+
"speed": 1.2,
73+
"reluctance": 1.8
74+
},
75+
"bicycle": {
76+
"speed": 5.55
77+
}
78+
},
6979
{
7080
"modes": "BICYCLE_RENT",
7181
"walk": {
@@ -83,6 +93,16 @@
8393
"reluctance": 1.8
8494
}
8595
},
96+
{
97+
"modes": "BICYCLE",
98+
"walk": {
99+
"speed": 1.67,
100+
"reluctance": 1.8
101+
},
102+
"bicycle": {
103+
"speed": 5.55
104+
}
105+
},
86106
{
87107
"modes": "BICYCLE_RENT",
88108
"walk": {

0 commit comments

Comments
 (0)