Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

Releases: Esri/terraformer-arcgis-parser

v1.1.0

10 Jul 00:08
Compare
Choose a tag to compare

Added

  • ArcGIS Extents/Envelopes are now converted to GeoJSON polygons 🙏CorinChappy🙏
  • great new command line demo app 🙏gseyffert🙏
  • an appropriate CRS is appended to output GeoJSON when web mercator geometries are encountered.

Changed

  • Ensure ring-order of GeoJSON is compliant with RFC 7946
  • web mercator northings/eastings are no longer reprojected during conversion.
  • TypeScript support files updated 🙏JeffJacobson🙏

v1.0.5

16 Aug 18:25
Compare
Choose a tag to compare

Fixed

  • Check for GeoJSON feature ids before assigning to output #24
  • correct conversion of polygons with outer rings not containing holes #28

Added

v1.0.4

17 Jun 22:24
Compare
Choose a tag to compare
  • #20 breaking change in Terraformer
  • #21 Support for z and m and converting

v1.0.3

24 Feb 21:37
Compare
Choose a tag to compare

Resolves #19 for more valid output on both ends of conversion.

v1.0.2

10 Feb 18:44
Compare
Choose a tag to compare
  • Polygon closing, compressed geometries, bugfixes
  • parse and convert now close polygons during conversion. #9
  • parse now handles compressedGeometry and there is a new parseCompressedGeometry function. `#10
  • Null Island can now be properly handled by parse. #17

Like previous releases this is available on NPM npm install terraformer-arcgis-parser and Bower bower install terraformer-arcgis-parser

v1.0.1

04 Dec 22:48
Compare
Choose a tag to compare

v1.0.0

12 Nov 23:49
Compare
Choose a tag to compare

Also available on NPM and Bower

npm install terraformer-arcgis-parser
bower install terraformer-arcgis-parser