Skip to content

Commit aba0021

Browse files
author
OTP Bot
committed
Deployed 3fe09f1b96 to dev-2.x in en with MkDocs 1.5.3 and mike 1.2.0.dev0
1 parent 721e4df commit aba0021

File tree

2 files changed

+14
-16
lines changed

2 files changed

+14
-16
lines changed

Diff for: en/dev-2.x/RouteRequest/index.html

+13-15
Original file line numberDiff line numberDiff line change
@@ -2311,9 +2311,9 @@ <h1 id="route-request">Route Request</h1>
23112311
<td style="text-align: center;">2.0</td>
23122312
</tr>
23132313
<tr>
2314-
<td><a href="#rd_relaxTransitPriorityGroup">relaxTransitPriorityGroup</a></td>
2314+
<td><a href="#rd_relaxTransitGroupPriority">relaxTransitGroupPriority</a></td>
23152315
<td style="text-align: center;"><code>string</code></td>
2316-
<td>The relax function for transit-priority-groups</td>
2316+
<td>The relax function for transit-group-priority</td>
23172317
<td style="text-align: center;"><em>Optional</em></td>
23182318
<td><code>"0s + 1.00 t"</code></td>
23192319
<td style="text-align: center;">2.5</td>
@@ -2719,9 +2719,9 @@ <h1 id="route-request">Route Request</h1>
27192719
<td style="text-align: center;">2.1</td>
27202720
</tr>
27212721
<tr>
2722-
<td><a href="#rd_transitPriorityGroups">transitPriorityGroups</a></td>
2722+
<td><a href="#rd_transitGroupPriority">transitGroupPriority</a></td>
27232723
<td style="text-align: center;"><code>object</code></td>
2724-
<td>Transit priority groups configuration</td>
2724+
<td>Group transit patterns and give each group a mutual advantage in the Raptor search.</td>
27252725
<td style="text-align: center;"><em>Optional</em></td>
27262726
<td></td>
27272727
<td style="text-align: center;">2.5</td>
@@ -3059,14 +3059,14 @@ <h3 id="rd_otherThanPreferredRoutesPenalty">otherThanPreferredRoutesPenalty</h3>
30593059
<strong>Path:</strong> /routingDefaults </p>
30603060
<p>Penalty added for using every route that is not preferred if user set any route as preferred.</p>
30613061
<p>We return number of seconds that we are willing to wait for preferred route.</p>
3062-
<h3 id="rd_relaxTransitPriorityGroup">relaxTransitPriorityGroup</h3>
3062+
<h3 id="rd_relaxTransitGroupPriority">relaxTransitGroupPriority</h3>
30633063

30643064
<p><strong>Since version:</strong> <code>2.5</code><strong>Type:</strong> <code>string</code><strong>Cardinality:</strong> <code>Optional</code><strong>Default value:</strong> <code>"0s + 1.00 t"</code> <br />
30653065
<strong>Path:</strong> /routingDefaults </p>
3066-
<p>The relax function for transit-priority-groups</p>
3067-
<p>A path is considered optimal if the generalized-cost is less than the
3068-
generalized-cost of another path. If this parameter is set, the comparison is relaxed
3069-
further if they belong to different transit-priority-groups.</p>
3066+
<p>The relax function for transit-group-priority</p>
3067+
<p>A path is considered optimal if the generalized-cost is less than the generalized-cost of
3068+
another path. If this parameter is set, the comparison is relaxed further if they belong
3069+
to different transit groups.</p>
30703070
<h3 id="rd_relaxTransitSearchGeneralizedCostAtDestination">relaxTransitSearchGeneralizedCostAtDestination</h3>
30713071

30723072
<p><strong>Since version:</strong> <code>2.3</code><strong>Type:</strong> <code>double</code><strong>Cardinality:</strong> <code>Optional</code> <br />
@@ -3454,19 +3454,17 @@ <h3 id="rd_to_optimizeTransferWaitTime">optimizeTransferWaitTime</h3>
34543454
<strong>Path:</strong> /routingDefaults/transferOptimization </p>
34553455
<p>This enables the transfer wait time optimization.</p>
34563456
<p>If not enabled generalizedCost function is used to pick the optimal transfer point.</p>
3457-
<h3 id="rd_transitPriorityGroups">transitPriorityGroups</h3>
3457+
<h3 id="rd_transitGroupPriority">transitGroupPriority</h3>
34583458

34593459
<p><strong>Since version:</strong> <code>2.5</code><strong>Type:</strong> <code>object</code><strong>Cardinality:</strong> <code>Optional</code> <br />
34603460
<strong>Path:</strong> /routingDefaults </p>
3461-
<p>Transit priority groups configuration</p>
3461+
<p>Group transit patterns and give each group a mutual advantage in the Raptor search.</p>
34623462
<p>Use this to separate transit patterns into groups. Each group will be given a group-id. A
34633463
path (multiple legs) will then have a set of group-ids based on the group-id from each leg.
34643464
Hence, two paths with a different set of group-ids will BOTH be optimal unless the cost is
3465-
worse than the relaxation specified in the <code>relaxTransitPriorityGroup</code> parameter. This is
3465+
worse than the relaxation specified in the <code>relaxTransitGroupPriority</code> parameter. This is
34663466
only available in the TransmodelAPI for now.</p>
3467-
<p>Unmatched patterns are put in the BASE priority-group (group id: 0). This group is special.
3468-
If a path only have legs in the base group, then that path dominates other paths, but other
3469-
paths must be better to make it.</p>
3467+
<p>Unmatched patterns are put in the BASE priority-group.</p>
34703468
<p><strong>THIS IS STILL AN EXPERIMENTAL FEATURE - IT MAY CHANGE WITHOUT ANY NOTICE!</strong></p>
34713469
<h3 id="rd_transitReluctanceForMode">transitReluctanceForMode</h3>
34723470

Diff for: en/dev-2.x/search/search_index.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)