User:Kjg53/Interactive junction instruction algorithm View history

No edit summary
m (Removed USA subpage links)
 
(4 intermediate revisions by one other user not shown)
Line 20: Line 20:
* '''BRANCH:''' Any segments other than ''the destination'' which leave the junction at an angle less than {{:How_Waze_determines_turn_/_keep_/_exit_maneuvers/Stay threshold}} will be referred to as '''''other branches''''', and corresponds to [[How_Waze_determines_turn_/_keep_/_exit_maneuvers#Definitions|''s-N'', or ''s-1,2,3,4...'']] in the [[How_Waze_determines_turn_/_keep_/_exit_maneuvers#The_algorithm_.2F_list_o,f_conditions|the algorithm text provided by Waze staff]].
* '''BRANCH:''' Any segments other than ''the destination'' which leave the junction at an angle less than {{:How_Waze_determines_turn_/_keep_/_exit_maneuvers/Stay threshold}} will be referred to as '''''other branches''''', and corresponds to [[How_Waze_determines_turn_/_keep_/_exit_maneuvers#Definitions|''s-N'', or ''s-1,2,3,4...'']] in the [[How_Waze_determines_turn_/_keep_/_exit_maneuvers#The_algorithm_.2F_list_o,f_conditions|the algorithm text provided by Waze staff]].
* '''OVERLAPPING:''' When the beginning portion two segments are directly on top of each other, meaning they both leave the junction at the exact same angle as each other, they will be referred to as an '''''overlapping segment'''''.
* '''OVERLAPPING:''' When the beginning portion two segments are directly on top of each other, meaning they both leave the junction at the exact same angle as each other, they will be referred to as an '''''overlapping segment'''''.
* '''HIGHWAY:''' Any road typed in Waze as a {{Freeway}}, {{Major Highway}}, or {{Minor Highway}}, will be referred to in this page as a '''[[Road_types/USA#Highways|highway]]'''.
* '''HIGHWAY:''' Any road typed in Waze as a {{Freeway}}, {{Major Highway}}, or {{Minor Highway}}, will be referred to in this page as a '''[[Road types#Highways|highway]]'''.
* {{anchor|Turn angle}}'''TURN ANGLE:''' The '''''turn angle''''' is the angle from ''the origin'' to ''the destination''. A perfectly straight road with a junction in the middle would have a turn angle of 0°. The angle then gets wider as you turn to either side. A perfect left or right turn would be 90°. A U-turn at a junction between two segments would represent a 180° turn.
* {{anchor|Turn angle}}'''TURN ANGLE:''' The '''''turn angle''''' is the angle from ''the origin'' to ''the destination''. A perfectly straight road with a junction in the middle would have a turn angle of 0°. The angle then gets wider as you turn to either side. A perfect left or right turn would be 90°. A U-turn at a junction between two segments would represent a 180° turn.
:{| class="Wikitable" style="text-align:center; border: 1px solid darkgray;" cellpadding="5" border="1"
:{| class="Wikitable" style="text-align:center; border: 1px solid darkgray;" cellpadding="5" border="1"
Line 37: Line 37:
** Draw an imaginary line straight through the roundabout to the other side of the roundabout from junction node where ''the origin'' joins the roundabout. This will represent a 0° '''''Roundabout angle''''', any deviation to the right or left will increase the angle.
** Draw an imaginary line straight through the roundabout to the other side of the roundabout from junction node where ''the origin'' joins the roundabout. This will represent a 0° '''''Roundabout angle''''', any deviation to the right or left will increase the angle.
** Draw another imaginary line across the roundabout exactly perpendicular to the first imaginary line. This will represent a 90° '''''Roundabout angle''''' to either side.
** Draw another imaginary line across the roundabout exactly perpendicular to the first imaginary line. This will represent a 90° '''''Roundabout angle''''' to either side.
** For more info see the [[Roundabouts/USA#Understanding_navigation_instructions|roundabouts page]]
** For more info see the [[Roundabouts#Understanding_navigation_instructions|roundabouts page]]


{| class="Wikitable" style="text-align:center; border: 1px solid darkgray;" cellpadding="5" border="1"
{| class="Wikitable" style="text-align:center; border: 1px solid darkgray;" cellpadding="5" border="1"
Line 83: Line 83:
|}
|}


<div class="step_by_step first">
<div class="step_by_step">
{{anchor|01}}Other than ''the origin'' and ''the destination'', are there any other segments connected to this junction?
{{anchor|01}}Other than ''the origin'' and ''the destination'', are there any other segments connected to this junction?


Line 103: Line 103:
{| border="1" cellpadding="10"
{| border="1" cellpadding="10"
|-
|-
! scope="col" bgcolor="orangered" | '''[[#_No_Instruction|NO => No Instruction]]
! scope="col" bgcolor="orangered" | '''[[#No Instruction|NO => No Instruction]]
|}
|}




----
----
</div>
<div class="step_by_step">
{| style="float: right; color:lightgray; font-size:65%; "
{| style="float: right; color:lightgray; font-size:65%; "
| (19)
| (19)
|}
|}


</div>
{{anchor|19}}Do ''the origin'' and ''the destination'' meet at a [[Roundabouts|Roundabout]]?
<div class="step_by_step">
{{anchor|19}}Do ''the origin'' and ''the destination'' meet at a [[Roundabouts/USA|Roundabout]]?




Line 136: Line 136:




<span class="step_by_step_start_over" style="display:none">[[#01|Start Over]]</span>
----
----
</div>
<div class="step_by_step">
{| style="float: right; color:lightgray; font-size:65%; "
{| style="float: right; color:lightgray; font-size:65%; "
| (02)
| (02)
|}
|}


</div>
<div class="step_by_step">
{{anchor|02}}Is the turn angle from ''the origin'' to ''the destination'' between {{:How_Waze_determines_turn_/_keep_/_exit_maneuvers/Turn threshold}} and 150°?
{{anchor|02}}Is the turn angle from ''the origin'' to ''the destination'' between {{:How_Waze_determines_turn_/_keep_/_exit_maneuvers/Turn threshold}} and 150°?


Line 173: Line 174:




<span class="step_by_step_start_over" style="display:none">[[#01|Start Over]]</span>
----
----
</div>
<div class="step_by_step">
{| style="float: right; color:lightgray; font-size:65%; "
{| style="float: right; color:lightgray; font-size:65%; "
| (03)
| (03)
|}
|}


</div>
<div class="step_by_step">
{{anchor|03}}Which direction is the turn?
{{anchor|03}}Which direction is the turn?


Line 188: Line 190:
{| border="1" cellpadding="10"
{| border="1" cellpadding="10"
|-
|-
! scope="col" | '''[[#_Turn_Left|Left => Turn Left]]'''
! scope="col" | '''[[#Turn Left|Left => Turn Left]]'''
|}
|}


Line 195: Line 197:
{| border="1" cellpadding="10"
{| border="1" cellpadding="10"
|-
|-
! scope="col" | '''[[#_Turn_Right|Right => Turn Right]]'''
! scope="col" | '''[[#Turn Right|Right => Turn Right]]'''
|}  
|}  




<span class="step_by_step_start_over" style="display:none">[[#01|Start Over]]</span>
----
----
</div>
<div class="step_by_step">
{| style="float: right; color:lightgray; font-size:65%; "
{| style="float: right; color:lightgray; font-size:65%; "
| (04)
| (04)
|}
|}


</div>
<div class="step_by_step">
{{anchor|04}}Are there any other ''branches'' with unrestricted turns from ''the origin''?
{{anchor|04}}Are there any other ''branches'' with unrestricted turns from ''the origin''?


Line 217: Line 220:
{| border="1" cellpadding="10"
{| border="1" cellpadding="10"
|-
|-
! scope="col" bgcolor="orangered" | ''' [[#_No_Instruction|NO => No Instruction]]'''
! scope="col" bgcolor="orangered" | ''' [[#No Instruction|NO => No Instruction]]'''
|}  
|}  




<span class="step_by_step_start_over" style="display:none">[[#01|Start Over]]</span>
----
----
</div>
<div class="step_by_step">
{| style="float: right; color:lightgray; font-size:65%; "
{| style="float: right; color:lightgray; font-size:65%; "
| (13)
| (13)
|}
|}


</div>
<div class="step_by_step">
{{anchor|13}}Is there more than one (1) {{H:title|Any segments other than the destination which leave the junction at an angle less than {{:How_Waze_determines_turn_/_keep_/_exit_maneuvers/Stay threshold}} will be referred to as other branches|
{{anchor|13}}Is there more than one (1) {{H:title|Any segments other than the destination which leave the junction at an angle less than {{:How_Waze_determines_turn_/_keep_/_exit_maneuvers/Stay threshold}} will be referred to as other branches|
other branch}}?
other branch}}?
Line 244: Line 248:




<span class="step_by_step_start_over" style="display:none">[[#01|Start Over]]</span>
----
----
</div>
<div class="step_by_step">
{| style="float: right; color:lightgray; font-size:65%; "
{| style="float: right; color:lightgray; font-size:65%; "
| (14)
| (14)
|}
|}


</div>
<div class="step_by_step">
{{anchor|14}}Are the two branches (''the destination'' and the ''other branch'') ''overlapping''?
{{anchor|14}}Are the two branches (''the destination'' and the ''other branch'') ''overlapping''?


Line 256: Line 261:
{| border="1" cellpadding="10"
{| border="1" cellpadding="10"
|-
|-
! scope="col" bgcolor="lawngreen" | '''[[#_No_Instruction|YES => No Instruction]]'''
! scope="col" bgcolor="lawngreen" | '''[[#No Instruction|YES => No Instruction]]'''
|}
|}


Line 266: Line 271:




<span class="step_by_step_start_over" style="display:none">[[#01|Start Over]]</span>
----
----
</div>
<div class="step_by_step">
{| style="float: right; color:lightgray; font-size:65%; "
{| style="float: right; color:lightgray; font-size:65%; "
| (05)
| (05)
|}
|}


</div>
<div class="step_by_step">
{{anchor|05}}Is the name of ''the origin'' and ''the destination'' identical?
{{anchor|05}}Is the name of ''the origin'' and ''the destination'' identical?


Line 288: Line 294:




<span class="step_by_step_start_over" style="display:none">[[#01|Start Over]]</span>
----
----
</div>
<div class="step_by_step">
{| style="float: right; color:lightgray; font-size:65%; "
{| style="float: right; color:lightgray; font-size:65%; "
| (06)
| (06)
|}
|}


</div>
<div class="step_by_step">
{{anchor|06}}Are ''the origin'' and ''the destination'' the same road type?
{{anchor|06}}Are ''the origin'' and ''the destination'' the same road type?


Line 310: Line 317:




<span class="step_by_step_start_over" style="display:none">[[#01|Start Over]]</span>
----
----
</div>
<div class="step_by_step">
{| style="float: right; color:lightgray; font-size:65%; "
{| style="float: right; color:lightgray; font-size:65%; "
| (07)
| (07)
|}
|}


</div>
<div class="step_by_step">
{{anchor|07}}Are both the name AND the road type of any of the ''other branches'' identical to ''the origin''?
{{anchor|07}}Are both the name AND the road type of any of the ''other branches'' identical to ''the origin''?


Line 328: Line 336:
{| border="1" cellpadding="10"
{| border="1" cellpadding="10"
|-
|-
! scope="col" bgcolor="orangered" | '''[[#_No_Instruction|NO => No Instruction]]'''
! scope="col" bgcolor="orangered" | '''[[#No Instruction|NO => No Instruction]]'''
|}
|}




<span class="step_by_step_start_over" style="display:none">[[#01|Start Over]]</span>
----
----
</div>
<div class="step_by_step">
{| style="float: right; color:lightgray; font-size:65%; "
{| style="float: right; color:lightgray; font-size:65%; "
| (08)
| (08)
|}
|}


</div>
<div class="step_by_step">
{{anchor|08}}Is there any ''other branch'' to the left of the destination branch?
{{anchor|08}}Is there any ''other branch'' to the left of the destination branch?


Line 354: Line 363:




<span class="step_by_step_start_over" style="display:none">[[#01|Start Over]]</span>
----
----
</div>
<div class="step_by_step">
{| style="float: right; color:lightgray; font-size:65%; "
{| style="float: right; color:lightgray; font-size:65%; "
| (20)
| (20)
|}
|}


</div>
<div class="step_by_step">
{{anchor|20}}Is this an ''overlapping segment'', is it overlapped by any ''other branch''?
{{anchor|20}}Is this an ''overlapping segment'', is it overlapped by any ''other branch''?


Line 376: Line 386:




<span class="step_by_step_start_over" style="display:none">[[#01|Start Over]]</span>
----
----
</div>
<div class="step_by_step">
{| style="float: right; color:lightgray; font-size:65%; "
{| style="float: right; color:lightgray; font-size:65%; "
| (25)
| (25)
|}
|}


</div>
<div class="step_by_step">
{{anchor|25}}Are the segments in a [[RHT|right hand traffic]] country (such as the USA)?
{{anchor|25}}Are the segments in a [[RHT|right hand traffic]] country (such as the USA)?


Line 398: Line 409:




<span class="step_by_step_start_over" style="display:none">[[#01|Start Over]]</span>
----
----
</div>
<div class="step_by_step">
{| style="float: right; color:lightgray; font-size:65%; "
{| style="float: right; color:lightgray; font-size:65%; "
| (21)
| (21)
|}
|}


</div>
{{anchor|21}}Is ''the origin'' a [[Road types#Highways|highway]]? ({{Freeway}}, {{Major Highway}}, or {{Minor Highway}})
<div class="step_by_step">
{{anchor|21}}Is ''the origin'' a [[Road_types/USA#Highways|highway]]? ({{Freeway}}, {{Major Highway}}, or {{Minor Highway}})




Line 420: Line 432:




<span class="step_by_step_start_over" style="display:none">[[#01|Start Over]]</span>
----
----
</div>
<div class="step_by_step">
{| style="float: right; color:lightgray; font-size:65%; "
{| style="float: right; color:lightgray; font-size:65%; "
| (22)
| (22)
|}
|}


</div>
{{anchor|22}}Is ''the destination'' a [[Road types#Highways|highway]]? ({{Freeway}}, {{Major Highway}}, or {{Minor Highway}})
<div class="step_by_step">
{{anchor|22}}Is ''the destination'' a [[Road_types/USA#Highways|highway]]? ({{Freeway}}, {{Major Highway}}, or {{Minor Highway}})




Line 438: Line 451:
{| border="1" cellpadding="10"
{| border="1" cellpadding="10"
|-
|-
! scope="col" bgcolor="orangered" | '''[[#_Exit_Left|NO => Exit Left]]'''
! scope="col" bgcolor="orangered" | '''[[#Exit Left|NO => Exit Left]]'''
|}
|}




<span class="step_by_step_start_over" style="display:none">[[#01|Start Over]]</span>
----
----
</div>
<div class="step_by_step">
{| style="float: right; color:lightgray; font-size:65%; "
{| style="float: right; color:lightgray; font-size:65%; "
| (23)
| (23)
|}
|}


</div>
<div class="step_by_step">
{{anchor|23}}Is ''the origin'' a {{ramp}}?
{{anchor|23}}Is ''the origin'' a {{ramp}}?


Line 464: Line 478:




<span class="step_by_step_start_over" style="display:none">[[#01|Start Over]]</span>
----
----
</div>
<div class="step_by_step">
{| style="float: right; color:lightgray; font-size:65%; "
{| style="float: right; color:lightgray; font-size:65%; "
| (24)
| (24)
|}
|}


</div>
{{anchor|24}}Is ''the destination'' a [[Road types#Highways|highway]] ({{Freeway}}, {{Major Highway}}, or {{Minor Highway}}), or a {{ramp}}?
<div class="step_by_step">
{{anchor|24}}Is ''the destination'' a [[Road_types/USA#Highways|highway]] ({{Freeway}}, {{Major Highway}}, or {{Minor Highway}}), or a {{ramp}}?




Line 482: Line 497:
{| border="1" cellpadding="10"
{| border="1" cellpadding="10"
|-
|-
! scope="col" bgcolor="orangered" | '''[[#_Exit_Left|NO => Exit Left]]'''
! scope="col" bgcolor="orangered" | '''[[#Exit Left|NO => Exit Left]]'''
|}
|}




<span class="step_by_step_start_over" style="display:none">[[#01|Start Over]]</span>
----
----
</div>
<div class="step_by_step">
{| style="float: right; color:lightgray; font-size:65%; "
{| style="float: right; color:lightgray; font-size:65%; "
| (09)
| (09)
|}
|}


</div>
<div class="step_by_step">
{{anchor|09}}Is the name of any of the ''other branches'' identical to ''the origin''?
{{anchor|09}}Is the name of any of the ''other branches'' identical to ''the origin''?


Line 504: Line 520:
{| border="1" cellpadding="10"
{| border="1" cellpadding="10"
|-
|-
! scope="col" bgcolor="orangered" | '''[[#_No_Instruction|NO => No Instruction]]'''
! scope="col" bgcolor="orangered" | '''[[#No Instruction|NO => No Instruction]]'''
|}
|}




<span class="step_by_step_start_over" style="display:none">[[#01|Start Over]]</span>
----
----
</div>
<div class="step_by_step">
{| style="float: right; color:lightgray; font-size:65%; "
{| style="float: right; color:lightgray; font-size:65%; "
| (10)
| (10)
|}
|}


</div>
<div class="step_by_step">
{{anchor|10}}Are ''the origin'' and ''the destination'' the same road type?
{{anchor|10}}Are ''the origin'' and ''the destination'' the same road type?


Line 530: Line 547:




<span class="step_by_step_start_over" style="display:none">[[#01|Start Over]]</span>
----
----
</div>
<div class="step_by_step">
{| style="float: right; color:lightgray; font-size:65%; "
{| style="float: right; color:lightgray; font-size:65%; "
| (11)
| (11)
|}
|}


</div>
<div class="step_by_step">
{{anchor|11}}Is the name of any of the ''other branches'' identical to ''the origin''?
{{anchor|11}}Is the name of any of the ''other branches'' identical to ''the origin''?


Line 552: Line 570:




<span class="step_by_step_start_over" style="display:none">[[#01|Start Over]]</span>
----
----
</div>
<div class="step_by_step">
{| style="float: right; color:lightgray; font-size:65%; "
{| style="float: right; color:lightgray; font-size:65%; "
| (12)
| (12)
|}
|}


</div>
<div class="step_by_step">
{{anchor|12}}Is the road type of any of the ''other branches'' identical to ''the origin''?
{{anchor|12}}Is the road type of any of the ''other branches'' identical to ''the origin''?


Line 570: Line 589:
{| border="1" cellpadding="10"
{| border="1" cellpadding="10"
|-
|-
! scope="col" bgcolor="orangered" | '''[[#_No_Instruction|NO => No Instruction]]'''
! scope="col" bgcolor="orangered" | '''[[#No Instruction|NO => No Instruction]]'''
|}
|}




<span class="step_by_step_start_over" style="display:none">[[#01|Start Over]]</span>
----
----
</div>
<div class="step_by_step">
{| style="float: right; color:lightgray; font-size:65%; "
{| style="float: right; color:lightgray; font-size:65%; "
| (26)
| (26)
|}
|}


</div>
<div class="step_by_step">
{{anchor|26}}Are the segments in a [[LHT|left hand traffic]] country (like the UK)?
{{anchor|26}}Are the segments in a [[LHT|left hand traffic]] country (like the UK)?


Line 596: Line 616:




<span class="step_by_step_start_over" style="display:none">[[#01|Start Over]]</span>
----
----
</div>
<div class="step_by_step">
{| style="float: right; color:lightgray; font-size:65%; "
{| style="float: right; color:lightgray; font-size:65%; "
| (15)
| (15)
|}
|}


</div>
{{anchor|15}}Is ''the origin'' a [[Road types#Highways|highway]]? ({{Freeway}}, {{Major Highway}}, or {{Minor Highway}})
<div class="step_by_step">
{{anchor|15}}Is ''the origin'' a [[Road_types/USA#Highways|highway]]? ({{Freeway}}, {{Major Highway}}, or {{Minor Highway}})




Line 618: Line 639:




<span class="step_by_step_start_over" style="display:none">[[#01|Start Over]]</span>
----
----
</div>
<div class="step_by_step">
{| style="float: right; color:lightgray; font-size:65%; "
{| style="float: right; color:lightgray; font-size:65%; "
| (16)
| (16)
|}
|}


</div>
{{anchor|16}}Is ''the destination'' a [[Road types#Highways|highway]]? ({{Freeway}}, {{Major Highway}}, or {{Minor Highway}})
<div class="step_by_step">
{{anchor|16}}Is ''the destination'' a [[Road_types/USA#Highways|highway]]? ({{Freeway}}, {{Major Highway}}, or {{Minor Highway}})




Line 636: Line 658:
{| border="1" cellpadding="10"
{| border="1" cellpadding="10"
|-
|-
! scope="col" bgcolor="orangered" | '''[[#_Exit_Right|NO => Exit Right]]'''
! scope="col" bgcolor="orangered" | '''[[#Exit Right|NO => Exit Right]]'''
|}
|}






<span class="step_by_step_start_over" style="display:none">[[#01|Start Over]]</span>
----
----
</div>
<div class="step_by_step">
{| style="float: right; color:lightgray; font-size:65%; "
{| style="float: right; color:lightgray; font-size:65%; "
| (17)
| (17)
|}
|}


</div>
<div class="step_by_step">
{{anchor|17}}Is ''the origin'' a {{ramp}}?
{{anchor|17}}Is ''the origin'' a {{ramp}}?


Line 662: Line 685:




<span class="step_by_step_start_over" style="display:none">[[#01|Start Over]]</span>
----
----
</div>
<div class="step_by_step">
{| style="float: right; color:lightgray; font-size:65%; "
{| style="float: right; color:lightgray; font-size:65%; "
| (18)
| (18)
|}
|}


</div>
{{anchor|18}}Is ''the destination'' a [[Road types#Highways|highway]] ({{Freeway}}, {{Major Highway}}, or {{Minor Highway}}), or a {{ramp}}?
<div class="step_by_step">
{{anchor|18}}Is ''the destination'' a [[Road_types/USA#Highways|highway]] ({{Freeway}}, {{Major Highway}}, or {{Minor Highway}}), or a {{ramp}}?




Line 680: Line 704:
{| border="1" cellpadding="10"
{| border="1" cellpadding="10"
|-
|-
! scope="col" bgcolor="orangered" | '''[[#_Exit_Right|NO => Exit Right]]'''
! scope="col" bgcolor="orangered" | '''[[#Exit Right|NO => Exit Right]]'''
|}
|}




<span class="step_by_step_start_over" style="display:none">[[#01|Start Over]]</span>
----
----
</div>
<div class="step_by_step">
{| style="float: right; color:lightgray; font-size:65%; "
{| style="float: right; color:lightgray; font-size:65%; "
| (27)
| (27)
|}
|}


</div>
<div class="step_by_step">
{{anchor|27}}Are there five (5) or more segments ([[Glossary#Junction|junctions]]) connected to the roundabout?
{{anchor|27}}Are there five (5) or more segments ([[Glossary#Junction|junctions]]) connected to the roundabout?


Line 699: Line 724:
{| border="1" cellpadding="10"
{| border="1" cellpadding="10"
|-
|-
! scope="col" bgcolor="lawngreen" | '''[[#_At the Roundabout Take the #xx Exit|YES => At the Roundabout Take the #xx Exit]]'''
! scope="col" bgcolor="lawngreen" | '''[[#At the Roundabout Take the #xx Exit|YES => At the Roundabout Take the #xx Exit]]'''
|}
|}


Line 710: Line 735:




<span class="step_by_step_start_over" style="display:none">[[#01|Start Over]]</span>
----
----
</div>
<div class="step_by_step">
{| style="float: right; color:lightgray; font-size:65%; "
{| style="float: right; color:lightgray; font-size:65%; "
| (28)
| (28)
|}
|}


</div>
<div class="step_by_step">
{{anchor|28}}From the perspective of ''the origin'', are the ''roundabout angles'' to all the other segments between 0°-15°, or 75°-105°?
{{anchor|28}}From the perspective of ''the origin'', are the ''roundabout angles'' to all the other segments between 0°-15°, or 75°-105°?


Line 728: Line 754:
{| border="1" cellpadding="10"
{| border="1" cellpadding="10"
|-
|-
! scope="col" bgcolor="orangered" | '''[[#_At the Roundabout Take the #xx Exit|NO => At the Roundabout Take the #xx Exit]]'''
! scope="col" bgcolor="orangered" | '''[[#At the Roundabout Take the #xx Exit|NO => At the Roundabout Take the #xx Exit]]'''
|}
|}




<span class="step_by_step_start_over" style="display:none">[[#01|Start Over]]</span>
----
----
</div>
<div class="step_by_step">
{| style="float: right; color:lightgray; font-size:65%; "
{| style="float: right; color:lightgray; font-size:65%; "
| (29)
| (29)
|}
|}


</div>
<div class="step_by_step">
{{anchor|29}}What direction is ''the destination'' relative to ''the origin''?
{{anchor|29}}What direction is ''the destination'' relative to ''the origin''?


Line 744: Line 771:
{| border="1" cellpadding="10"
{| border="1" cellpadding="10"
|-
|-
! scope="col" | '''[[#_At the Roundabout Turn Left|Left => At the Roundabout Turn Left]]'''
! scope="col" | '''[[#At the Roundabout Turn Left|Left => At the Roundabout Turn Left]]'''
|}
|}


Line 750: Line 777:
{| border="1" cellpadding="10"
{| border="1" cellpadding="10"
|-
|-
! scope="col" | '''[[#_At the Roundabout Continue Straight|Straight => At the Roundabout Continue Straight]]'''
! scope="col" | '''[[#At the Roundabout Continue Straight|Straight => At the Roundabout Continue Straight]]'''
|}
|}


Line 756: Line 783:
{| border="1" cellpadding="10"
{| border="1" cellpadding="10"
|-
|-
! scope="col" | '''[[#_At the Roundabout Turn Right|Right => At the Roundabout Turn Right]]'''
! scope="col" | '''[[#At the Roundabout Turn Right|Right => At the Roundabout Turn Right]]'''
|}
|}


Line 762: Line 789:
{| border="1" cellpadding="10"
{| border="1" cellpadding="10"
|-
|-
! scope="col" | '''[[#_At the Roundabout Make a U-Turn|U Turn, Back => At the Roundabout Make a U Turn]]'''
! scope="col" | '''[[#At the Roundabout Make a U-Turn|U Turn, Back => At the Roundabout Make a U Turn]]'''
|}  
|}  
<span class="step_by_step_start_over" style="display:none">[[#01|Start Over]]</span>
</div>
</div>
----
----


Line 798: Line 825:




<span class="step_by_step_start_over" style="display:none">[[#01|Start Over]]</span>
</div>
</div>
<div class="step_by_step">
<div class="step_by_step">
Line 821: Line 849:




<span class="step_by_step_start_over" style="display:none">[[#01|Start Over]]</span>
</div>
</div>
<div class="step_by_step">
<div class="step_by_step">
Line 844: Line 873:




<span class="step_by_step_start_over" style="display:none">[[#01|Start Over]]</span>
</div>
</div>
<div class="step_by_step">
<div class="step_by_step">
Line 861: Line 891:


:::<small>'''NOTE:
:::<small>'''NOTE:
:::* In a [[LHT|left hand traffic]] country this instruction does not exist''', and will instead give a [[#_Keep/Stay_Right|Keep/Stay_Right]] instruction.
:::* In a [[LHT|left hand traffic]] country this instruction does not exist''', and will instead give a [[#Keep/Stay_Right|Keep/Stay_Right]] instruction.
:::* You will only get an Exit instruction on a turn angle less than {{:How_Waze_determines_turn_/_keep_/_exit_maneuvers/Stay threshold}}, because it is assumed no true exit would have a turn sharper than {{:How_Waze_determines_turn_/_keep_/_exit_maneuvers/Stay threshold}}.</small>
:::* You will only get an Exit instruction on a turn angle less than {{:How_Waze_determines_turn_/_keep_/_exit_maneuvers/Stay threshold}}, because it is assumed no true exit would have a turn sharper than {{:How_Waze_determines_turn_/_keep_/_exit_maneuvers/Stay threshold}}.</small>


Line 871: Line 901:




<span class="step_by_step_start_over" style="display:none">[[#01|Start Over]]</span>
</div>
</div>
<div class="step_by_step">
<div class="step_by_step">
Line 894: Line 925:




<span class="step_by_step_start_over" style="display:none">[[#01|Start Over]]</span>
</div>
</div>
<div class="step_by_step">
<div class="step_by_step">
Line 917: Line 949:




<span class="step_by_step_start_over" style="display:none">[[#01|Start Over]]</span>
</div>
</div>
<div class="step_by_step">
<div class="step_by_step">
Line 935: Line 968:


:::<small>'''NOTE:
:::<small>'''NOTE:
:::* In a [[RHT|right hand traffic]] country this instruction does not exist''', and will instead give a [[#_Keep/Stay_Left|Keep/Stay_Left]] instruction.
:::* In a [[RHT|right hand traffic]] country this instruction does not exist''', and will instead give a [[#Keep/Stay_Left|Keep/Stay_Left]] instruction.
:::* You will only get an Exit instruction on a turn angle less than {{:How_Waze_determines_turn_/_keep_/_exit_maneuvers/Stay threshold}}, because it is assumed no true exit would have a turn sharper than {{:How_Waze_determines_turn_/_keep_/_exit_maneuvers/Stay threshold}}.</small>
:::* You will only get an Exit instruction on a turn angle less than {{:How_Waze_determines_turn_/_keep_/_exit_maneuvers/Stay threshold}}, because it is assumed no true exit would have a turn sharper than {{:How_Waze_determines_turn_/_keep_/_exit_maneuvers/Stay threshold}}.</small>


Line 946: Line 979:




<span class="step_by_step_start_over" style="display:none">[[#01|Start Over]]</span>
</div>
</div>
<div class="step_by_step">
<div class="step_by_step">
Line 980: Line 1,014:




<span class="step_by_step_start_over" style="display:none">[[#01|Start Over]]</span>
----
----
</div>
</div>
<div class="step_by_step">
<div class="step_by_step">
Line 1,006: Line 1,040:




<span class="step_by_step_start_over" style="display:none">[[#01|Start Over]]</span>
</div>
</div>
<div class="step_by_step">
<div class="step_by_step">
Line 1,027: Line 1,062:




<span class="step_by_step_start_over" style="display:none">[[#01|Start Over]]</span>
----
----
</div>
</div>
<div class="step_by_step">
<div class="step_by_step">
Line 1,050: Line 1,085:




<span class="step_by_step_start_over" style="display:none">[[#01|Start Over]]</span>
----
----
</div>
</div>
<div class="step_by_step">
<div class="step_by_step">
Line 1,068: Line 1,103:


'''NOTE:''' Currently this is only displayed in the client, but there is no verbal instruction (due to a bug).
'''NOTE:''' Currently this is only displayed in the client, but there is no verbal instruction (due to a bug).
<span class="step_by_step_start_over" style="display:none">[[#01|Start Over]]</span>
</div>
</div>



Latest revision as of 00:01, 11 May 2017

This new page is currently undergoing modifications. The information and guidance is currently considered accurate enough to be followed now. Content is being prepared by one or more users. Do not make any changes before you send a private message to this user.

This is a clickable interactive guide to determine what instruction, if any, will be given at the junction between any 2 segments.

A text version of this information is available here.

There will eventually be encyclopedia style illustrations for all the various configurations to visually describe the setup.

Introduction

Understanding how and which instructions are provided requires first understanding a few concepts.

  • This page is discussing the instruction which will be provided by the Waze server (or not provided) when traveling from one segment, through a junction, and onto a second segment.
  • How Best Continuations work. Any time the destination segment is the Best Continuation there will not be an instruction provided.

While the illustrations displayed by each question may not represent every possible variation, they do represent the difference between the two options in that question. Please choose the most appropriate answer.

Definitions

  • ORIGIN: The segment you are on before going through the junction, in other words the segment you are coming from will be referred to as the origin, and corresponds to s-in in the the algorithm text provided by Waze staff.
    • In terms of navigation, the segment you are being routed from is the origin.
  • DESTINATION: The segment you will be on after the junction, in other words the segment you are going to will be referred to as the destination, and corresponds to s-out in the the algorithm text provided by Waze staff.
    • In terms of navigation, the segment you are being routed on to is the destination.
  • BRANCH: Any segments other than the destination which leave the junction at an angle less than 45.04° will be referred to as other branches, and corresponds to s-N, or s-1,2,3,4... in the the algorithm text provided by Waze staff.
  • OVERLAPPING: When the beginning portion two segments are directly on top of each other, meaning they both leave the junction at the exact same angle as each other, they will be referred to as an overlapping segment.
  • HIGHWAY: Any road typed in Waze as a  Freeway ,  Major Highway , or  Minor Highway , will be referred to in this page as a highway.
  • TURN ANGLE: The turn angle is the angle from the origin to the destination. A perfectly straight road with a junction in the middle would have a turn angle of 0°. The angle then gets wider as you turn to either side. A perfect left or right turn would be 90°. A U-turn at a junction between two segments would represent a 180° turn.
Turn Angles
Standard Turn Angle 37° Angle 90° Dogleg Geometry Node
  • NO-NAME Segments: A segment with no name (the "none" check-box for street name is checked) is considered to have "no-name" as a name for the Best Continuation algorithm. So two segments with no name, will be considered to have identical names, even if they would inherit different names for TTS.
  • ROUNDABOUT ANGLE: The Roundabout angle is the angle of any segment connected to the roundabout from the perspective of the origin. The actual turn angle of the segments is irrelevant.
    To explain;
    • Draw an imaginary line straight through the roundabout to the other side of the roundabout from junction node where the origin joins the roundabout. This will represent a 0° Roundabout angle, any deviation to the right or left will increase the angle.
    • Draw another imaginary line across the roundabout exactly perpendicular to the first imaginary line. This will represent a 90° Roundabout angle to either side.
    • For more info see the roundabouts page
Roundabouts
Normal Non-Normal

All other segments are within the allowed ±15° from either 0° or 90°. Not all other segments are within the allowed ±15° from either 0° or 90°.
The allowed range for roundabouts may actually be less than ±15°, this is currently being tested.

Directions

To use this interactive flowchart;

  • Start with the first question in The Interactive Algorithm.
  • Click on the appropriate answer which best matches your situation. A new question will jump to the top of the screen
  • Continue answering the questions until an instruction is displayed at the top of the screen.
  • This is the instruction that the Waze server should give when transversing this junction between the two segments you described as the origin and the destination.
As of September 2014 This algorithm was changed to also factor in alternate names. This algorithm is still correct when none of the segments have alternate names. If there are alternate names on any of the segments there are a few modifications (in bold).
  • The order of preference for Best Continuation is;
  1. Primary name + Type match
  2. Alt name + Type match
  3. Primary name match, OR Primary name <=> Alt name Cross-match
  4. Alt name match
  5. Type match
  • City names have no affect on matches.

A Cross-match is when the primary name of one segment is identical to the alternate name of an adjacent segment. It had the same priory as a Primary name match.

  • In order for a Cross match to work there must be at least one alt name on both involved segments (even though they don't necessarily match each other).
  • It will work even if the are no Primary names on those segments.
  • It will not work if all three segments at a split have a matching Primary name or a matching Alternate name.

An Alt match is when two adjacent segments have an identical alternate name (regardless of city name).

  • It will not work if all three segments at a split have a matching Primary name.
  • It will work even the OUT segment (the one leaving the split) has no Primary name.
Bring up comments or questions on this page in this forum .
~PesachZ (PM [Help])  

The interactive algorithm

(01)

Other than the origin and the destination, are there any other segments connected to this junction?


intersection At Grade Connector At Grade Connector

YES


dead end cul-de-sac dead end continue junction turn junction


NO => No Instruction



(19)

Do the origin and the destination meet at a Roundabout?


Round about street round about MH mH round about ramps

YES


intersection bowtie

NO



(02)

Is the turn angle from the origin to the destination between 45.14° and 150°?


YES


NO, the turn angle is less 45.04°


NO, the turn angle is greater than 150°
SPECULATION NOTE: This is unconfirmed Turns with angles greater than 150° will follow the same instruction path as 45.14°-150°, but the Waze routing server will penalize this turn, and avoid routing through it.



(03)

Which direction is the turn?


Left => Turn Left


Right => Turn Right



(04)

Are there any other branches with unrestricted turns from the origin?


YES


NO => No Instruction



(13)

Is there more than one (1) other branch?


YES


NO



(14)

Are the two branches (the destination and the other branch) overlapping?


YES => No Instruction


NO



(05)

Is the name of the origin and the destination identical?


YES


NO



(06)

Are the origin and the destination the same road type?


YES


NO



(07)

Are both the name AND the road type of any of the other branches identical to the origin?


YES


NO => No Instruction



(08)

Is there any other branch to the left of the destination branch?


YES


NO



(20)

Is this an overlapping segment, is it overlapped by any other branch?


YES


NO



(25)

Are the segments in a right hand traffic country (such as the USA)?


YES


NO => Keep/Stay Right



(21)

Is the origin a highway? ( Freeway ,  Major Highway , or  Minor Highway )


YES


NO



(22)

Is the destination a highway? ( Freeway ,  Major Highway , or  Minor Highway )


YES => Keep/Stay Left


NO => Exit Left



(23)

Is the origin a  Ramp ?


YES


NO => Keep/Stay Left



(24)

Is the destination a highway ( Freeway ,  Major Highway , or  Minor Highway ), or a  Ramp ?


YES => Keep/Stay Left


NO => Exit Left



(09)

Is the name of any of the other branches identical to the origin?


YES


NO => No Instruction



(10)

Are the origin and the destination the same road type?


YES


NO



(11)

Is the name of any of the other branches identical to the origin?


YES


NO



(12)

Is the road type of any of the other branches identical to the origin?


YES


NO => No Instruction



(26)

Are the segments in a left hand traffic country (like the UK)?


YES


NO => Keep/Stay Left



(15)

Is the origin a highway? ( Freeway ,  Major Highway , or  Minor Highway )


YES


NO



(16)

Is the destination a highway? ( Freeway ,  Major Highway , or  Minor Highway )


YES => Keep/Stay Right


NO => Exit Right



(17)

Is the origin a  Ramp ?

YES


NO => Keep/Stay Right



(18)

Is the destination a highway ( Freeway ,  Major Highway , or  Minor Highway ), or a  Ramp ?


YES => Keep/Stay Right


NO => Exit Right



(27)

Are there five (5) or more segments (junctions) connected to the roundabout?

more than 4 nodes not normal angles more than 4 nodes

YES => At the Roundabout Take the #xx Exit


4 nodes

NO



(28)

From the perspective of the origin, are the roundabout angles to all the other segments between 0°-15°, or 75°-105°?


YES


NO => At the Roundabout Take the #xx Exit




The navigation instructions

No Instruction

There will be No instruction given passing through this junction. This can be caused by several factors including

  • Best Continuation
  • Certain cases with an overlapping segment
  • The instruction would be Continue Straight (this doesn't yet exist in the client application)


Displayed Icons
Livemap
& WME
Client App
Not
Available
in Client
App







Turn Right

Displayed Icons
Livemap
& WME
Client App







Keep/Stay Right

Displayed Icons
Livemap
& WME
Client App







Exit Right

Displayed Icons
Livemap
& WME
Client App


NOTE:
  • In a left hand traffic country this instruction does not exist, and will instead give a Keep/Stay_Right instruction.
  • You will only get an Exit instruction on a turn angle less than 45.04°, because it is assumed no true exit would have a turn sharper than 45.04°.






Turn Left

Displayed Icons
Livemap
& WME
Client App







Keep/Stay Left

Displayed Icons
Livemap
& WME
Client App







Exit Left

Displayed Icons
Livemap
& WME
Client App


NOTE:
  • In a right hand traffic country this instruction does not exist, and will instead give a Keep/Stay_Left instruction.
  • You will only get an Exit instruction on a turn angle less than 45.04°, because it is assumed no true exit would have a turn sharper than 45.04°.







At the Roundabout Take the #xx Exit

The "#xx" will be 1st, 2nd, 3rd, etc.. The counting starts from the origin.


Displayed Icons
Livemap
& WME
Client App

NOTE: In the client app there will be a digit inside the circle representing which number exit you must take (starting from the origin).

If the roundabout is not formed correctly (more than one entering/exiting segment connected to same roundabout node), you may get an instruction "at the roundabout, exit number 0" with a partial verbal instruction.







At the Roundabout Turn Left

Displayed Icons
Livemap
& WME
Client App








At the Roundabout Turn Right

Displayed Icons
Livemap
& WME
Client App







At the Roundabout Continue Straight

Displayed Icons
Livemap
& WME
Client App







At the Roundabout Make a U-Turn

Displayed Icons
Livemap
& WME
Client App

NOTE: Currently this is only displayed in the client, but there is no verbal instruction (due to a bug).























this space intentionally left blank