Opened 14 years ago

Last modified 14 years ago

#7742 closed defect

Validator "way node end near other way" false reports — at Initial Version

Reported by: AM909 Owned by: team
Priority: normal Milestone:
Component: Core validator Version: tested
Keywords: validator way end near Cc: AM909

Description

In r5181:

The validator reports "way node end near other way" when it shouldn't - specifically for objects of different types. Examples:

  • A road (highway=*) that ends near an admin boundary (boundary=administrative + place=city + ...)
  • A road (highway=*) that ends near a river (waterway=river).
  • A fence (barrier=fence) that ends near a road (highway=*).

Basically, it seems this check is designed to find ways that should intersect, but don't. It should, therefore, limit itself to types of ways that should actually intersect (like those with the same main key, though there may be some others).

Change History (0)

Note: See TracTickets for help on using tickets.