Opened 12 years ago
Last modified 11 years ago
#9245 closed enhancement
detect nodes with unneded highway=crossing — at Initial Version
| Reported by: | mkoniecz | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core validator | Version: | |
| Keywords: | Cc: |
Description
Detection would be very similar to http://josm.openstreetmap.de/ticket/9141 - but with "node that may be left by foo in at least two directions" replaced by "node that may be left by foo in at least one direction" (crossing terminating footway/cycleway sometimes happen, also some people may stop mapping feature at this point).
And obviously
"Any node with ((A or B) AND C AND without highway=crossing AND without crossing=no) should be reported as "highway=crossing or crossing=no is probably missing"."
replaced by
" Any node with ((without foot access AND without bicycle access) OR (without road) AND (with highway=crossing OR with crossing=no) should be reported as "highway=crossing or crossing=no is probably not needed here"."


