Skip to content

Latest commit

 

History

History
73 lines (50 loc) · 2.56 KB

CHANGELOG.md

File metadata and controls

73 lines (50 loc) · 2.56 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

1.1.0 - 2018-07-09

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🙏

1.0.5 - 2016-08-16

Fixed

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

Added

1.0.4 - 2014-06-17

Fixed

  • Account for breaking change in Terraformer

Added

  • support for z and m conversion

1.0.3 - 2015-02-24

Fixed

  • valid output on both ends of conversion #19

1.0.2 - 2014-02-10

Added

  • parseCompressedGeometry() #10

Fixed

  • parse() and convert() now close polygons during conversion. #9
  • parse() now handles compressedGeometry

1.0.1 - 2013-12-04

Fixed

  • ReferenceError: sr is not defined in ArcGIS.convert()

1.0.0 - 2013-11-12

Initial Release. Also available on NPM and Bower

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