Changes between Initial Version and Version 16 of Ticket #20057
- Timestamp:
- 2020-11-16T11:22:20+01:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20057
- Property Cc added
- Property Owner changed from to
- Property Status new → assigned
- 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 1 Description for original ticket "Remove or improve test "Unconnected natural lands and landuses": 1 2 I 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()` 2 3 So far I only found the tag natural=ridge which produces a useful warning. … … 4 5 Typos like natural=woter will also produce a warning because `concernsArea()` returns false. 5 6 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. 7 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.~~


