Modify ↓
Opened 14 years ago
Closed 14 years ago
#6022 closed defect (fixed)
[patch] Fix 2 bugs in crossing ways test (validator)
Reported by: | bilbo | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
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)
Note:
See TracTickets
for help on using tickets.
Patch to fix those 2 bugs