Opened 11 years ago
Closed 11 years ago
#9464 closed enhancement (duplicate)
warn on unreachable/unescapable oneway roads
Reported by: | aceman | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core validator | Version: | latest |
Keywords: | Cc: |
Description
I propose to add a new check to the validator to show a warning if this happens simultaneously:
a) 2 or more roads meet at a node and all of them are oneway=yes (or -1)
b) the oneway direction of all of them is either towards this single node (junction) OR away from this node
This means there is no way that would allow traffic to leave this node or flow into it.
Whether you also check each traffic mode (foot, bicycle, motor_vehicle, etc) individually is a bonus depending how hard that is (e.g. if 2 highway=primary are oneway into a shared node, but there is a footway allowing "traffic" away fromt he node, it is not enough for motor_vehicles).
Attachments (0)
Change History (3)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Where can I find the OSM Inspector?
And I proposed this into JOSM because this should not need full routing graph analysis (comparing segments joining over several nodes), just a comparison of ways meeting in one node.
comment:3 by , 11 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Closed as duplicate of #8754.
The suggested feature seems to be a subset of the OSM Inspector test Routing/Islands.