This repository has been archived by the owner on Mar 9, 2021. It is now read-only.
Releases: Esri/terraformer
Releases · Esri/terraformer
v1.0.12
v1.0.10
v1.0.9
v1.0.8
v1.0.7
v1.0.6
v1.0.5
v1.0.4
- Internal improvements to
addVertex()
andarrayIntersectsArrays
- new
isConvex()
method
v1.0.3
v1.0.2
This release fixes several issues related to convexHull
and ensures the Polygons are closed under a variety of situations.
Breaking
primitive.convexHull()
now always returnsnull
or a validTerraformer.Polygon
. It will not return arrays or throw errors.
Fixes
Terraformer.Circle
is now closed.Polygon
returned by primitive.convexHull() are now closed.
Enhancements
primitive.convexHull()
will now handle features.