How can I share a my webmap made with Silverlight?

611
1
07-02-2014 10:03 AM
rogelioflores1
New Contributor
I would like to know if I can share the maps I created with API for silverlight with someone else. I have a gis server where all the data is located. I created a few sample maps and I want to share them but I don't know how to do that. I am new at this so any help will be great.

please email me if possible at : rflores@pacewater.com

Thank you
0 Kudos
1 Reply
DominiqueBroux
Esri Frequent Contributor
The easiest way to share a webmap is to store it in arcgis.com.

There are a few samples showing how to display a webmap with Silverlight, for example the WebMapViewModel sample.

For authoring a new WebMap, the simplest way is to use the arcgis.com built in viewer.
Though it's also possible to create new portal items from the Silverlight API (but there is no built in UI). You can create new ArcGISPortalItem and WebMap objects and store them in arcgis.com by using one of the ArcGISPortal.AddItemAsync or ArcGISPortal.AddItemTaskAsync methods
0 Kudos