Prachi Pathak
Prachi Pathak

Reputation: 11

DashDB ArcGIS Online Integration

Is there a means of integrating the ArcGIS Maps to my BlueMix webapp and integrate it to DashDB? I want to use the Map Layer in my web app and integrate it with DashDB. I understand there is a possibility of integrating dashDB with ArcGIS Desktop. Can this be done in a way that i can show the maps on my web app?

Upvotes: 1

Views: 138

Answers (2)

Gregor Moehler
Gregor Moehler

Reputation: 109

You should be able to achieve what you want to do in the following way:

  1. Create map layers with ArcMap (or ArcGIS Pro) accessing and displaying data from a DashDB database
  2. Publish the map layers to ArcGIS online
  3. Consume the map layers using an esri leaflet.js layer in the web/mobile app.

You may need to host the map layers on an ArcGIS server in case you want to display live data (in contrast to copy the data from the database).

There are other options to consume the data published at ArcGIS Online, e.g. the ArcGIS API for JavaScript.

Upvotes: 2

Raj
Raj

Reputation: 544

Have you read this article? dashDB tables can be made to look like Esri geodatabases. https://developer.ibm.com/clouddataservices/docs/dashdb/get/load-geospatial-data-into-dashdb-to-analyze-in-esri-arcgis/

Upvotes: -1

Related Questions