Changes between Initial Version and Version 16 of Ticket #20057


Ignore:
Timestamp:
2020-11-16T11:22:20+01:00 (5 years ago)
Author:
GerdP
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20057

    • Property Cc Klumbumbus skyper added
    • Property Owner changed from team to GerdP
    • Property Status newassigned
    • Property Summary Remove or improve test "Unconnected natural lands and landuses"Improve handling of preference `validator.UnconnectedWays.way_way_distance`
  • Ticket #20057 – Description

    initial v16  
     1Description for original ticket "Remove or improve test "Unconnected natural lands and landuses":
    12I fear I don't understand what this test is about. It collects ways whith keys `landuse` or `natural` but it will ignore all unconnected ways with key `landuse` and most of those with `natural` as they return true for method `concernsArea()`
    23So far I only found the tag natural=ridge which produces a useful warning.
     
    45Typos like natural=woter will also produce a warning because `concernsArea()` returns false.
    56
    6 If preference `validator.UnconnectedWays.way_way_distance` is changed to a value > 0 (e.g. 5) this test will also produce "Other" messages about two landuse/natural areas which are very close (< 5m) but not connected. No idea where this is relevant.
     7If preference `validator.UnconnectedWays.way_way_distance` is changed to a value > 0 (e.g. 5) this test will also produce "Other" messages about two landuse/natural areas which are very close (< 5m) but not connected. ~~No idea where this is relevant.~~