For complex large polygons with holes, cuts can slice through holes. Likely a problem with the length(points(p)) > GDS_POLYGON_MAX polygon guillotine cutting procedure, which does not consider holes, but may be an interaction between that cut and prior/subsequent keyhole cuts from interiorcuts after clipping.
For complex large polygons with holes, cuts can slice through holes. Likely a problem with the
length(points(p)) > GDS_POLYGON_MAXpolygon guillotine cutting procedure, which does not consider holes, but may be an interaction between that cut and prior/subsequent keyhole cuts frominteriorcutsafter clipping.