Opened 5 years ago
Last modified 5 years ago
#18022 new enhancement
The `except` tag is not supported in Turn Restrictrions (GraphView)
Reported by: | taylor.smock | Owned by: | tordanik |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin graphview | Version: | |
Keywords: | Cc: |
Description
GraphView should support the except
tag (see https://wiki.openstreetmap.org/wiki/Relation:restriction) since it has the ability to check different types of transport (bicycle, motorcar, hgv, pedestrian).
Ideally, restriction[:<transportation mode>]:conditional
would also be supported at the same time, but that may be a bit harder.
Steps to reproduce:
1) Open the attached file (exception_restriction.osm)
2) Use Ruleset "DEFAULT" with the Parameters "motorcar".
3) Click on "Create/update graph"
Notes:
The restriction has the tags "except=motorcar", "restriction=no_u_turn", and "type=restriction". The "except" could also be "except=motorcar;psv".
Example of a turn restriction with an
except
tag.