[GIS] Is it possible to read geojson geometry from ArcGIS Javascript API

arcgis-10.1arcgis-javascript-apigeojson

I'd like to know if it is possible to read geojson geometries using the ArcGIS Javascript Api.

Best Answer

Currently only GeoJSON to Esri JSON has been developed. Also, note that only geometries in the WGS84 coordinate system are supported

enter image description here

see sources:

http://esri.github.io/geojson-utils/examples/test.html

https://github.com/Esri/geojson-utils

Including https://github.com/Esri/Terraformer