Closed vgoklani closed 5 years ago
Hmm, I've only worked with GeoJSON similar to the examples in the spec at https://geojson.org/. Looks like ESRI might have a particular structure we'll need a converter for. You'll also have to account for projection, since it looks like your data is in map coordinates rather than latitude/longitude.
I converted this data into geojson, but was unable to render it in Mapbox. I posted this under a separate question here - please let me know if it makes sense.
@vgoklani to test if you have valid geoJSON, try exporting your data to file and loading it in a tool like www.geojson.io
I've downloaded some ArcGIS JSON but I'm unable to import it into Mapbox.
This is a sample of the geodata (I've trimmed the JSON object):
How do I render this data in Mapbox? I've seen the instructions for loading geojson, but not ArcGIS JSON. Thanks!