Hi,
Can anyone suggest a methodology to import GeoJson data in ArcGIS Javascript maps? I have muiltipoint data in the format recommended by GEoJSON.org (GeoJSON Specification).
Here is the sample data in my JSON page. (The data has to be accessed using URL)
{ "type": "MultiPoint", "coordinates": [ [29.626459,-93.034705],[29.626459,-93.034705],[29.626459,-93.034705],[28.786341,-93.045368],[28.786341,-93.045368],[28.786341,-93.045368],[28.786341,-93.045368],[28.786341,-93.045368]]}
Terraformer will allow you to convert between GeoJSON and ArcGIS JSON formats.
Can you direct me towards any sample demos or any tutorials or videos ?