Return value of convexHull is not predictable.
patrickarlt opened this issue · 0 comments
patrickarlt commented
Docs say it returns Terraformer.Polygon
but for Point
and most thing without coordinates it returns [ ]
or [x, y]
For places where we cannot properly calculate something like convexHull
, envelope
or bbox
I think we should return null
rather then attempt to calculate something and return a strange result.