Open randallwhitman opened 2 years ago
works for me
A point polygon, or polygon which is degenerate to a line is not valid for many operations, so I am not sure what would you be able to use it for. The merge=false version of the operator returns point if convex hull is a point, or a line if convex hull is a line. The merging version should probably do the same.
Btw, I tested with Geometry-2.2.4 ; I believe Jordan tested with something else.
Expected: non-empty degenerate polygon. Actual: empty geometry. Is there a different way I should be calling the convex-hull operator? Relates SF4H-181.
cc @JordanMLee