Unclosed rings
geometryA polygon ring whose first and last coordinates differ is not technically closed, causing GeoJSON-strict fillers to throw or silently miscompute area.
Detection
First coordinate does not equal last coordinate for any ring.
Mitigation
- Auto-close by appending the first vertex
- Reject upstream sources that produce unclosed rings and flag for a data-contract fix