Changes between Initial Version and Version 1 of Ticket #20716, comment 26
- Timestamp:
- 2021-10-04T10:46:45+02:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20716, comment 26
initial v1 1 1 - What's the reason for the `!way.isDisabled()` check? This ignores ways which are hidden by filters, very unusual for validator. Did you mean `way.isUsable()`? 2 2 - you collect several water objects in `datasetWaterways` but not `natural=coastline`. Inteneded? I can imagine power lines crossing the ocean above the surface, but maybe they are not relevant? 3 - the test reg. `Missing line support node within power line` should probably ignore areas which are not downloaded as they may be covered by water?