Modify ↓
Opened 2 years ago
Closed 2 years ago
#6022 closed defect (fixed)
[patch] Fix 2 bugs in crossing ways test (validator)
| Reported by: | bilbo | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Component: | Core validator |
| Version: | latest | Keywords: | |
| Cc: |
Description
I have attached patch that fixes two bugs in validator in crossing ways test:
- ways tagged with layer=0 (default value for layer tag) are treated now the same as without layer tag. Before, way with layer=0 and second crossing way without the tag would not be detected as crossing.
- ways tagged with landuse=reservoir are now also considered a "coastline", same as natural=water or natural=coastline, thus reporting crossing of reservoirs with other water bodies.
Attachments (1)
Change History (2)
Changed 2 years ago by bilbo
comment:1 Changed 2 years ago by stoecker
- Resolution set to fixed
- Status changed from new to closed
In [4048/josm]:
Note: See
TracTickets for help on using
tickets.



Patch to fix those 2 bugs