Changes between Version 1 and Version 2 of Ticket #9245
- Timestamp:
- 2013-10-31T06:29:21+01:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9245 – Description
v1 v2 3 3 And main check would be: 4 4 5 " 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"." 5 first rule: 6 7 " Any node with (((without foot access AND without bicycle access) OR (without road)) AND (with highway=crossing) should be reported as "highway=crossing is probably not needed here"." 8 9 second rule: 10 11 " Any node with (((without foot access AND without bicycle access) OR (without road)) AND (with crossing=no) should be reported as "crossing=no is probably not needed here"."