Terraformer ArcGIS JSON Parser
Two way conversion between GeoJSON and ArcGIS Geometry. Part of the Terraformer project.
Installing
Node.js
$ npm install terraformer-arcgis-parser
Browser
In the browser, Terraformer is required.
Documentation
For full documentation check out the offical website.
Node.js
var ArcGIS = ; // parse ArcGIS JSON, convert it to a Terraformer.Primitive (GeoJSON)var primitive = ArcGIS; // take a Terraformer.Primitive or GeoJSON and convert it back to ArcGIS JSONvar point = ArcGIS;
Browser
<!-- Load the main Terraformer library --> <!-- Load the ArcGIS Parser --> <!-- Use it! -->
TypeScript
import arcgis = require("terraformer-arcgis-parser");
Resources
Issues
Find a bug or want to request a new feature? Please let us know by submitting an issue.
Contributing
Esri welcomes contributions from anyone and everyone. Please see our guidelines for contributing.
Licensing
Copyright © 2013-2018 Esri
A copy of the license is available in the repository's LICENSE file.