Esri Terraformer Versions Save

A geographic toolkit for dealing with geometry, geography, formats, and building geo databases

v1.0.12

4 years ago

Fixed

  • added two missing variable declarations

Changes

  • "strict mode"

v1.0.10

4 years ago

Changed

  • TypeScript typings updates
  • Updated internal dependencies to resolve security vulnerabilities.

v1.0.9

5 years ago

Changed

  • moved from phantomjs to chrome for browser testing
  • moved GeoJSON typings to optionalDependencies for TypeScript users.

Removed

  • doing a better job of purging extraneous files from the npm tarball.

v1.0.8

7 years ago

Fixed

  • TypeScript improvements

Changed

  • removed .sass-cache and another local debugging file from npm package

v1.0.7

7 years ago

Fixed

  • ensure that contains()/within() can compare the geometry of GeoJSON feature objects. #281

Removed

  • the minified library and archived versions have been removed from source control

v1.0.6

7 years ago

Added

  • typings for TypeScript folks (thx @JeffJacobson) #20
  • lots of little website improvements

v1.0.5

8 years ago

Changed

  • Use Jarvis March for convex hulls

v1.0.4

9 years ago
  • Internal improvements to addVertex() and arrayIntersectsArrays
  • new isConvex() method

v1.0.3

10 years ago

v1.0.2

10 years ago

This release fixes several issues related to convexHull and ensures the Polygons are closed under a variety of situations.

Breaking

  • primitive.convexHull() now always returns null or a valid Terraformer.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.