-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle no_entry
and no_exit
turn restrictions
#4241
Comments
@daniel-j-h I just checked taginfo, it seems like there are 5 tags using |
You need to check for
given that these transform to multiple simple turn restrictions I would love to have them in. |
@MoKob with your turn restriction work merged into master what's your assessment here? What specifically needs to be done and can we simply add multiple "simple" turn restrictions for these tags? |
@daniel-j-h yes, we would need to translate the single restriction into multiple ones to allow this. |
Currently we only handle
(fromWayId, viaNodeId, toWayId)
turn restrictions and work for handling way-vias is in progress #2681.What we don't consider at all is
no_entry
andno_exit
which can have multiple from and to ways, respectively - see spec: http://wiki.openstreetmap.org/wiki/Relation:restriction#MembersWhat we should do is
no_entry
andno_exit
turn restrictions(from, via, to)
turn restrictions for allfrom
and for allto
waysno_entry
andno_exit
(might require updating support code)taginfo.json
The text was updated successfully, but these errors were encountered: