You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected: non-empty degenerate polygon.
Actual: empty geometry.
Is there a different way I should be calling the convex-hull operator?
Relates SF4H-181.
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.
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
The text was updated successfully, but these errors were encountered: