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
Right now, u-turn is a direction modifier, rather than a turn type itself.
We should consider making uturns a turn-type:
we could then indicate whether a u-turn is to the left or to the right (consider left-sided driving, or maybe special cases)
we could free up the uturn modifier to be invalid and to better describe invalid turns
having a turn-type for u-turns removes ambiguity for having turn uturn and continue uturn.
Due to the removal of uturn as a modifier, and since it's not really well announed as a turn, this change has to be considered an API change and could only be implemented with the next major version.
The text was updated successfully, but these errors were encountered:
Right now,
u-turn
is a direction modifier, rather than a turn type itself.We should consider making
uturns
a turn-type:uturn
modifier to beinvalid
and to better describe invalid turnsturn uturn
andcontinue uturn
.Due to the removal of
uturn
as a modifier, and since it's not really well announed as aturn
, this change has to be considered an API change and could only be implemented with the next major version.The text was updated successfully, but these errors were encountered: