Add JSON or geoJSON Layer to ArcGIS Online Map from CartoDB REST Endpoint?

7417
4
11-05-2014 12:55 PM
ThomasSkowronski
New Contributor II

Is it possible to use a CartoDB REST endpoint that emits JSON or geoJSON as a layer in my ArcGIS Online map?

It thought there would be something like Add Layer From Web - geoJSON

Thank you -- Tom

4 Replies
papegowda1
New Contributor

Hi Tom,

did you find the way for it.

thanks

pape gowda

0 Kudos
BrianFlood
Occasional Contributor

you can use esri's koop as an intermediary service for geojson

Esri/koop · GitHub

AdamJoseph1
New Contributor

If you can extend koop to do this job or as an alternative export your data to cartoview and

serve ArcGIS Server REST compatible services from cartoview

0 Kudos
ThomasColson
MVP Frequent Contributor

You can, in theory, do this by building a CartDB SQL Query which outputs KML, such as https://nps.cartodb.com/api/v2/sql?filename=NPS_Roads&format=kml&q=SELECT+*+FROM+roads%20where%20uni...

and then adding a kml link. Similar to adding a network link to Google Earth

0 Kudos