globalParameters: numberOfRoundingPlaces: 8 minVertexDistance: 0.0001 filter: exclude: # available types: BUILDING, VEGETATION, TRANSPORTATION, BRIDGE, LAND, WATER types: - BUILDING # exlude matching ids (Regex) ids: requirements: R_GE_R_TOO_FEW_POINTS: enabled: true R_GE_R_NOT_CLOSED: enabled: true R_GE_R_CONSECUTIVE_POINTS_SAME: enabled: true R_GE_R_SELF_INTERSECTION: enabled: true R_GE_S_MULTIPLE_CONNECTED_COMPONENTS: enabled: true R_GE_P_INTERIOR_DISCONNECTED: enabled: true R_GE_P_INTERSECTING_RINGS: enabled: true R_GE_P_NON_PLANAR: enabled: false parameters: # one of ("distance", "angle", "both") type: distance # in m distanceTolerance: 0.01 # in degree angleTolerance: 1 R_GE_P_HOLE_OUTSIDE: enabled: true R_GE_P_ORIENTATION_RINGS_SAME: enabled: true R_GE_P_INNER_RINGS_NESTED: enabled: true R_GE_S_TOO_FEW_POLYGONS: enabled: true R_GE_S_NOT_CLOSED: enabled: true R_GE_S_NON_MANIFOLD_EDGE: enabled: true R_GE_S_POLYGON_WRONG_ORIENTATION: enabled: true R_GE_S_ALL_POLYGONS_WRONG_ORIENTATION: enabled: true R_GE_S_NON_MANIFOLD_VERTEX: enabled: true R_GE_S_SELF_INTERSECTION: enabled: true