Skip to content

Commit

Permalink
Merge pull request #423 from HSLdevcom/tune-waltti
Browse files Browse the repository at this point in the history
Adjust waltti router configuration
  • Loading branch information
optionsome authored Nov 14, 2024
2 parents 45bc826 + 7da7666 commit 85dc558
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion waltti/router-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"transit": {
"pagingSearchWindowAdjustments": ["8h", "4h", "4h", "4h", "4h"],
"dynamicSearchWindow" : {
"minWindow" : "2h"
"minWindow" : "1h"
},
"maxNumberOfTransfers" : 12,
"transferCacheRequests": [
Expand All @@ -66,6 +66,16 @@
"enabled": true
}
},
{
"modes": "BICYCLE",
"walk": {
"speed": 1.2,
"reluctance": 1.8
},
"bicycle": {
"speed": 5.55
}
},
{
"modes": "BICYCLE_RENT",
"walk": {
Expand All @@ -83,6 +93,16 @@
"reluctance": 1.8
}
},
{
"modes": "BICYCLE",
"walk": {
"speed": 1.67,
"reluctance": 1.8
},
"bicycle": {
"speed": 5.55
}
},
{
"modes": "BICYCLE_RENT",
"walk": {
Expand Down

0 comments on commit 85dc558

Please sign in to comment.