Skip to content

Commit

Permalink
Update configurations to match otp v.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vesameskanen committed Sep 15, 2023
1 parent 0cb8458 commit 3cbf63f
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 16 deletions.
5 changes: 2 additions & 3 deletions router-finland/otp-config.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"otpFeatures": {
"SandboxAPILegacyGraphQLApi": true,
"GtfsGraphQlApi": true,
"APIGraphInspectorTile": true,
"APIServerInfo": true,
"APIUpdaterStatus": false,
"APIBikeRental": false,
"SandboxAPIMapboxVectorTilesApi": true,
"FloatingBike": false,
"ActuatorAPI": true,
"AsyncGraphQLFetchers": true,
"VehicleToStopHeuristics": true
"AsyncGraphQLFetchers": true
}
}
4 changes: 3 additions & 1 deletion router-finland/router-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"bikeBoardCost": 120,
"stairsTimeFactor": 2,
"elevatorBoardTime": 60,
"maxAccessEgressDuration": "1h",
"accessEgress": {
"maxDuration": "1h"
},
"maxDirectStreetDuration": "100h",
"maxDirectStreetDurationForMode": {
"walk": "90m"
Expand Down
2 changes: 1 addition & 1 deletion router-hsl/otp-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"otpFeatures": {
"SandboxAPILegacyGraphQLApi": true,
"GtfsGraphQlApi": true,
"APIGraphInspectorTile": true,
"APIServerInfo": true,
"APIUpdaterStatus": false,
Expand Down
4 changes: 3 additions & 1 deletion router-hsl/router-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"elevatorBoardTime": 60,
"walkBoardCost": 120,
"bikeBoardCost": 120,
"maxAccessEgressDuration": "35m",
"accessEgress": {
"maxDuration": "35m"
},
"maxDirectStreetDuration": "90m",
"maxJourneyDuration": "12h",
"streetRoutingTimeout": "6s",
Expand Down
5 changes: 2 additions & 3 deletions router-kela/otp-config.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"otpFeatures": {
"SandboxAPILegacyGraphQLApi": true,
"GtfsGraphQlApi": true,
"APIGraphInspectorTile": true,
"APIServerInfo": true,
"APIUpdaterStatus": false,
"APIBikeRental": false,
"SandboxAPIMapboxVectorTilesApi": true,
"FloatingBike": false,
"ActuatorAPI": true,
"AsyncGraphQLFetchers": true,
"VehicleToStopHeuristics": true
"AsyncGraphQLFetchers": true
}
}
4 changes: 3 additions & 1 deletion router-kela/router-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"bikeBoardCost": 120,
"stairsTimeFactor": 2,
"elevatorBoardTime": 60,
"maxAccessEgressDuration": "8h",
"accessEgress": {
"maxDuration": "8h"
},
"maxDirectStreetDuration": "100h",
"maxDirectStreetDurationForMode": {
"walk": "90m"
Expand Down
2 changes: 1 addition & 1 deletion router-varely/otp-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"otpFeatures": {
"SandboxAPILegacyGraphQLApi": true,
"GtfsGraphQlApi": true,
"APIGraphInspectorTile": true,
"APIServerInfo": true,
"APIUpdaterStatus": false,
Expand Down
4 changes: 3 additions & 1 deletion router-varely/router-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"elevatorBoardTime": 60,
"walkBoardCost": 120,
"bikeBoardCost": 120,
"maxAccessEgressDuration": "45m",
"accessEgress": {
"maxDuration": "1h"
},
"maxDirectStreetDuration": "2h",
"maxDirectStreetDurationForMode": {
"walk": "90m"
Expand Down
2 changes: 1 addition & 1 deletion router-waltti-alt/otp-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"otpFeatures": {
"SandboxAPILegacyGraphQLApi": true,
"GtfsGraphQlApi": true,
"APIGraphInspectorTile": true,
"APIServerInfo": true,
"APIUpdaterStatus": false,
Expand Down
4 changes: 3 additions & 1 deletion router-waltti-alt/router-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"elevatorBoardTime": 60,
"walkBoardCost": 120,
"bikeBoardCost": 120,
"maxAccessEgressDuration": "45m",
"accessEgress": {
"maxDuration": "1h"
},
"maxDirectStreetDuration": "4h",
"maxDirectStreetDurationForMode": {
"walk": "90m"
Expand Down
2 changes: 1 addition & 1 deletion router-waltti/otp-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"otpFeatures": {
"SandboxAPILegacyGraphQLApi": true,
"GtfsGraphQlApi": true,
"APIGraphInspectorTile": true,
"APIServerInfo": true,
"APIUpdaterStatus": false,
Expand Down
4 changes: 3 additions & 1 deletion router-waltti/router-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"elevatorBoardTime": 60,
"walkBoardCost": 120,
"bikeBoardCost": 120,
"maxAccessEgressDuration": "45m",
"accessEgress": {
"maxDuration": "1h"
},
"maxDirectStreetDuration": "2h",
"maxDirectStreetDurationForMode": {
"walk": "90m"
Expand Down

0 comments on commit 3cbf63f

Please sign in to comment.