This check attempts to check for Admin Boundary Relations that should be closed polygons but are not closed.
Yakintas neighborhood is not a vclosed boundary but should be.
- The relation id:8284136 is not a closed boundary.
Seattle is a false positive since it is a closed boundary.
- The relation id:237385 is a closed boundary and would not be flagged.
This check evaluates Relations , finding admin boundaries that are not closed.
We first validate that the incoming object is:
- Is a Relation
- Is of type Boundary
- Has admin_level tags
Catch the OpenPolygonException while using the RelationOrAreaToMultiPolygonConverter to inform that the polygon is not closed.
To learn more about the code, please look at the comments in the source code for the check.
OpenBoundaryCheck.java