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: doc/user/RouteRequest.md
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,7 @@ and in the [transferRequests in build-config.json](BuildConfiguration.md#transfe
46
46
|[maxDuration](#rd_accessEgress_maxDuration)|`duration`| This is the maximum duration for access/egress for street searches. |*Optional*|`"PT45M"`| 2.1 |
47
47
|[maxStopCount](#rd_accessEgress_maxStopCount)|`integer`| Maximal number of stops collected in access/egress routing |*Optional*|`500`| 2.4 |
48
48
|[maxDurationForMode](#rd_accessEgress_maxDurationForMode)|`enum map of duration`| Limit access/egress per street mode. |*Optional*|| 2.1 |
49
+
|[maxStopCountForMode](#rd_accessEgress_maxStopCountForMode)|`enum map of integer`| Maximal number of stops collected in access/egress routing for the given mode |*Optional*|| 2.7 |
49
50
|[penalty](#rd_accessEgress_penalty)|`enum map of object`| Penalty for access/egress by street mode. |*Optional*|| 2.4 |
50
51
| FLEXIBLE |`object`| NA |*Optional*|| 2.4 |
51
52
| costFactor |`double`| A factor multiplied with the time-penalty to get the cost-penalty. |*Optional*|`0.0`| 2.4 |
@@ -431,6 +432,18 @@ Override the settings in `maxDuration` for specific street modes. This is
431
432
done because some street modes searches are much more resource intensive than others.
0 commit comments