Select to view content in your preferred language

How to Filter Silverlight Esri Map Web Part

904
1
10-18-2013 07:07 AM
RowlandAgidee
New Contributor
Hello All,

Please can anyone provide guidance on how to filter a silverlight map web part in Sharepoint 2010?

I have got the list data on the map ok but I am struggling with filtering the data, it seems like web part communication is only available for the JavaScript-based map web part. Is my understanding of this correct and if yes how do I filter

Many thanks

Rowland
0 Kudos
1 Reply
MikeGregotski
Esri Contributor
Hi Rowland,

You need to make sure that you are using an ArcGIS Server feature service in your map to enable the filter functionality in the Silverlight based ArcGIS Map Web Part.

You can't do it on SharePoint lists or ArcGIS Server map services.  This tricked me up since I couldn't get filtering to work until I enabled my ArcGIS Server map service with feature access.  This part of the help details how filtering is done with an ArcGIS Server feature service:

http://doc.arcgis.com/en/maps-for-sharepoint/arcgis-map-web-part/filter-layers.htm

Mike
0 Kudos