Displaying raster Data in ESRI Maps for SharePoint

1190
1
04-02-2014 05:06 PM
SarahGoode
New Contributor
Hi, We are just starting to use ESRI maps for SharePoint in my team and we are having problems with raster data. The actual raster
later displays ok, but we would like to be able to have users click on the map and get the cell value for that location(or other attributes where we have an attribute table attached to the raster). I can't seem to find information that explains how to do this? We are publishing
our map service to an ArcGIS server, by creating an MXD and sharing on the Server. I have also tried sharing just the raster file as an Image Service.

Am i missing some vital step? or is this just a function that is not available in ESRI Maps for SharePoint?

Thanks in advance for any help.

Sarah
0 Kudos
1 Reply
DimaShats
New Contributor III
Hi,

You can to create your own custom tool/command in ESRI Maps for SharePoint.
Subscribe to mouse events for MapApplication.Current.Map.
Then you can access your image service via REST API and get the cell information or any other information.

I hope this solution will suit to your requirements.

Best Regards,
Dima.
0 Kudos