Hello world !
I've got a geojson and I would like to integrate it in my esri map (with the ESRI JS API v3.17 if possible) as a Graphic.
I would know if there is a way to convert my GeoJson into an Esri Json first and then integrate the Esri Json as Graphics ?
Should I use another third lib like this one or should I use this feature of the ArcGIS JS API (but I can't figure out how to use it) ?
Thank you very much by advance ! 😃
Solved! Go to Solution.
Florian,
The first link you have is to a depreciated lib you should use this active one for GeoJSON conversion:
Florian,
The first link you have is to a depreciated lib you should use this active one for GeoJSON conversion:
Thank you Robert,
I just needed to know if it was possible natively but with your answer I guess no !
I finally used a great lib by esri avariable there !
Very usefull for everyone who want to manipulate geojson or esri json ! 😃