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/RouteRequest.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ and in the [transferRequests in build-config.json](BuildConfiguration.md#transfe
38
38
|[searchWindow](#rd_searchWindow)|`duration`| The duration of the search-window. |*Optional*|| 2.0 |
39
39
|[streetRoutingTimeout](#rd_streetRoutingTimeout)|`duration`| The maximum time a street routing request is allowed to take before returning the results. |*Optional*|`"PT5S"`| 2.2 |
40
40
|[transferPenalty](#rd_transferPenalty)|`integer`| An additional penalty added to boardings after the first. |*Optional*|`0`| 2.0 |
41
-
|[transferSlack](#rd_transferSlack)|`integer`| The extra time needed to make a safe transfer in seconds. |*Optional*|`120`| 2.0 |
41
+
|[transferSlack](#rd_transferSlack)|`duration`| The extra time needed to make a safe transfer in seconds. |*Optional*|`"PT2M"`| 2.0 |
|[unpreferredCost](#rd_unpreferredCost)|`cost-linear-function`| A cost function used to calculate penalty for an unpreferred route. |*Optional*|`"0s + 1.00 t"`| 2.2 |
44
44
| waitReluctance |`double`| How much worse is waiting for a transit vehicle than being on a transit vehicle, as a multiplier. |*Optional*|`1.0`| 2.0 |
@@ -351,7 +351,7 @@ significant time or walking will still be taken.
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
@@ -109,7 +109,7 @@ public RaptorRoutingRequestTransitData(
0 commit comments