You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/RouterConfiguration.md
+10-8
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ A full list of them can be found in the [RouteRequest](RouteRequest.md).
61
61
|[minWindow](#transit_dynamicSearchWindow_minWindow)|`duration`| The constant minimum duration for a raptor-search-window. |*Optional*|`"PT40M"`| 2.2 |
62
62
|[stepMinutes](#transit_dynamicSearchWindow_stepMinutes)|`integer`| Used to set the steps the search-window is rounded to. |*Optional*|`10`| 2.1 |
63
63
|[pagingSearchWindowAdjustments](#transit_pagingSearchWindowAdjustments)|`duration[]`| The provided array of durations is used to increase the search-window for the next/previous page. |*Optional*|| na |
64
-
|[stopTransferCost](#transit_stopTransferCost)|`enum map of integer`|Use this to set a stop transfer cost for the given transfer priority|*Optional*|| 2.0 |
64
+
|[stopBoardAlightDuringTransferCost](#transit_stopBoardAlightDuringTransferCost)|`enum map of integer`|Costs for boarding and alighting during transfers at stops with a given transfer priority.|*Optional*|| 2.0 |
65
65
|[transferCacheRequests](#transit_transferCacheRequests)|`object[]`| Routing requests to use for pre-filling the stop-to-stop transfer cache. |*Optional*|| 2.3 |
66
66
| transmodelApi |`object`| Configuration for the Transmodel GraphQL API. |*Optional*|| 2.1 |
67
67
|[hideFeedId](#transmodelApi_hideFeedId)|`boolean`| Hide the FeedId in all API output, and add it to input. |*Optional*|`false`| na |
@@ -358,19 +358,21 @@ previous page cursor. See JavaDoc for [TransitTuningParameters#pagingSearchWindo
Copy file name to clipboardexpand all lines: src/main/java/org/opentripplanner/routing/algorithm/raptoradapter/transit/request/RaptorRoutingRequestTransitData.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ public RaptorRoutingRequestTransitData(
0 commit comments