Primitive.prototype.convexHull does not support GeometryCollection #39
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
from Esri/terraformer#313
I have geojson geometries that include GeometryCollections. The current implementation of convexHull in terraformer does not support "GeometryCollection" in convexHull.
I have made my own code that fixes convexHull. I'm attaching my code but it is in typescript.
You can use it as reference or easily addapt it to javascript.
Hopefully you can get this fixed in a future release.
The text was updated successfully, but these errors were encountered: