@@ -2311,9 +2311,9 @@ <h1 id="route-request">Route Request</h1>
2311
2311
< td style ="text-align: center; "> 2.0</ td >
2312
2312
</ tr >
2313
2313
< tr >
2314
- < td > < a href ="#rd_relaxTransitPriorityGroup " > relaxTransitPriorityGroup </ a > </ td >
2314
+ < td > < a href ="#rd_relaxTransitGroupPriority " > relaxTransitGroupPriority </ a > </ td >
2315
2315
< 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 >
2317
2317
< td style ="text-align: center; "> < em > Optional</ em > </ td >
2318
2318
< td > < code > "0s + 1.00 t"</ code > </ td >
2319
2319
< td style ="text-align: center; "> 2.5</ td >
@@ -2719,9 +2719,9 @@ <h1 id="route-request">Route Request</h1>
2719
2719
< td style ="text-align: center; "> 2.1</ td >
2720
2720
</ tr >
2721
2721
< tr >
2722
- < td > < a href ="#rd_transitPriorityGroups " > transitPriorityGroups </ a > </ td >
2722
+ < td > < a href ="#rd_transitGroupPriority " > transitGroupPriority </ a > </ td >
2723
2723
< 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 >
2725
2725
< td style ="text-align: center; "> < em > Optional</ em > </ td >
2726
2726
< td > </ td >
2727
2727
< td style ="text-align: center; "> 2.5</ td >
@@ -3059,14 +3059,14 @@ <h3 id="rd_otherThanPreferredRoutesPenalty">otherThanPreferredRoutesPenalty</h3>
3059
3059
< strong > Path:</ strong > /routingDefaults </ p >
3060
3060
< p > Penalty added for using every route that is not preferred if user set any route as preferred.</ p >
3061
3061
< 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 >
3063
3063
3064
3064
< 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 />
3065
3065
< 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 >
3070
3070
< h3 id ="rd_relaxTransitSearchGeneralizedCostAtDestination "> relaxTransitSearchGeneralizedCostAtDestination</ h3 >
3071
3071
3072
3072
< 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>
3454
3454
< strong > Path:</ strong > /routingDefaults/transferOptimization </ p >
3455
3455
< p > This enables the transfer wait time optimization.</ p >
3456
3456
< 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 >
3458
3458
3459
3459
< p > < strong > Since version:</ strong > < code > 2.5</ code > ∙ < strong > Type:</ strong > < code > object</ code > ∙ < strong > Cardinality:</ strong > < code > Optional</ code > < br />
3460
3460
< 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 >
3462
3462
< p > Use this to separate transit patterns into groups. Each group will be given a group-id. A
3463
3463
path (multiple legs) will then have a set of group-ids based on the group-id from each leg.
3464
3464
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
3466
3466
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 >
3470
3468
< p > < strong > THIS IS STILL AN EXPERIMENTAL FEATURE - IT MAY CHANGE WITHOUT ANY NOTICE!</ strong > </ p >
3471
3469
< h3 id ="rd_transitReluctanceForMode "> transitReluctanceForMode</ h3 >
3472
3470
0 commit comments