2

Possible Duplicate:
How to convert ArcGIS Server JSON to GeoJSON?

How to convert ArcGIS Javascript api Geometry Object to GeoJson using Javascript?

asked Mar 19, 2012 at 14:24
2
  • This looks similar to the question I asked here: gis.stackexchange.com/questions/13029/… Commented Mar 19, 2012 at 18:54
  • 2
    @Tanner good call, I voted to close this as an exact duplicate. Commented Mar 19, 2012 at 19:04

2 Answers 2

1

You can do it client-side in JavaScript. You can check the source out here. https://github.com/odoe/esritogeo

And I've started implementing the same thing in python, but in both directions. https://github.com/odoe/SpatialJSON

Here is a sample where you can use JavaScript to convert the results of an Esri map service query to GeoJSON to use in Leaflet https://gist.github.com/2424223

answered May 11, 2012 at 12:01
0

The geometry object has a method, toJson(), that will do this for you: Javascript API Reference

answered Mar 19, 2012 at 18:21
2
  • 1
    That method generates an object. It doesn't generate an object that conforms to the GeoJSON spec. Commented Mar 19, 2012 at 18:26
  • 1
    Yes,toJson() method will return EsriJSON.But I want GeoJSON format. Commented Mar 20, 2012 at 12:20

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.