| DuplicateRelationCheck |
This check looks for multiple members Relations duplicate with same OSM tags and same
members with same roles.
|
| InvalidMultiPolygonRelationCheck |
Check designed to scan through MultiPolygon relations and flag them for any and all reasons they
are invalid:
The multipolygon must be closed.
There must one or more outer members
Each member must have a role
There should be more than one member (Optional)
Inner members must be contained by an outer member, but not intersect any
Outer members must not overlap
Inner members must not overlap with, but may touch, other inner members
|
| InvalidSignBoardRelationCheck |
Finds signboard relations that don't meet the following requirements: Has at least one role=from
member, which is an edge.
|
| InvalidTurnRestrictionCheck |
Check for invalid turn restrictions
|
| MissingRelationTypeCheck |
This check flags Relations with missing Type tag.
|
| OneMemberRelationCheck |
This check flags Relations which contain only one member.
|
| OpenBoundaryCheck |
OpenBoundaryCheck This check flags boundaries that should be closed polygons but are not.
|
| RouteRelationCheck |
Finds relations that meet at least one of the following requirements: The track of this route
contains gaps.
|