This repository has been archived by the owner on Mar 9, 2021. It is now read-only.
Releases: Esri/terraformer-arcgis-parser
Releases · Esri/terraformer-arcgis-parser
v1.1.0
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
v1.0.4
v1.0.3
v1.0.2
- Polygon closing, compressed geometries, bugfixes
parse
andconvert
now close polygons during conversion. #9parse
now handlescompressedGeometry
and there is a newparseCompressedGeometry
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
Fixes Esri/terraformer#210
v1.0.0
Also available on NPM and Bower
npm install terraformer-arcgis-parser
bower install terraformer-arcgis-parser