Package org.openstreetmap.atlas.checks.validation.relations
-
Class Summary Class Description 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 membersInvalidSignBoardRelationCheck 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 restrictionsMissingRelationTypeCheck This check flagsRelations with missing Type tag.OneMemberRelationCheck This check flagsRelations which contain only one member.OpenBoundaryCheck OpenBoundaryCheck This check flags boundaries that should be closed polygons but are not.