Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Releases: Esri/arcgis-to-geojson-utils

v1.3.0

06 Jul 20:00
Compare
Choose a tag to compare

Added

  • capability to convert ArcGIS Extent/Envelopes to GeoJSON Polygon. (🙏CorinChappy🙏 #34)

v1.2.0

29 Mar 22:44
Compare
Choose a tag to compare

Added

  • its now possible to convert an array of ArcGIS JSON features to a GeoJSON FeatureCollection. (🙏chris48s🙏 #28)

v1.1.1

09 Mar 22:59
Compare
Choose a tag to compare

Fixed

  • ensure ES6 module is publicized in package.json as the module for Rollup and other modern bundlers.

v1.1.0

24 Feb 01:37
Compare
Choose a tag to compare

Changed

  • Ring-winding order for GeoJSON Polygons prescribed by RFC 7946 is now enforced. (🙏chris48s🙏 #22)

v1.0.5

29 Dec 01:26
Compare
Choose a tag to compare

Changed

  • Maintain z value when translating from ArcGIS to GeoJSON

v1.0.4

28 Sep 19:46
Compare
Choose a tag to compare

Changed

  • published package in @esri namespace on npm.

Fixed

  • ensure built version of lib can be minified using uglify-js. #17 thanks @chidg!

v1.0.3

08 Aug 17:41
Compare
Choose a tag to compare

Fixed

  • ensured /test, the bundled .zip and other unnecessary files are omitted from npm release

v1.0.2

21 Jul 01:32
Compare
Choose a tag to compare

Added

  • default export

Fixed

  • pass through a null geometry when invalid input is encountered

v1.0.1

08 Feb 22:03
Compare
Choose a tag to compare

Fixed

  • npm release

v1.0.0

28 Dec 21:20
Compare
Choose a tag to compare
  • First Release