0
votes
1answer
41 views

How do I exclude raster layers from legend? (Silverlight, ArcGIS Server)

I'm trying to adjust my Print Widget so that raster layers do not show up in the legend. My thinking was that I could test for a layer type and not add the item to the legend if it is a raster. ...
0
votes
1answer
47 views

Export WebMap using PrintTask Failing Silverlight API

I am using a custom tool to export a webmap to PDF. The tool works successfully through ArcGIS 10.1. The problem crops up when consuming the tool through my Silverlight application using PrintTask. ...
0
votes
0answers
172 views

Related Table datagrid display sorting in silverlight

I am using the sample code from http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#QueryRelatedRecords to display related data into a data grid. In my data I need the table to be sorted by ...
2
votes
0answers
139 views

ArcGIS Silverlight Web Mapping Application has two logins

I am trying to implement a Silverlight Web Mapping application with ArcGIS server and I'm trying to use the Token authentication with active directory as the user/roles store. I have the service ...
2
votes
1answer
290 views

Get map service info ESRI silverLight

Been using Esri JavaScript for a while but just started trying out the silverlight API but things are not going smoothly! Tasks that I used to accomplish easily with Javascript is now proving ...
1
vote
0answers
128 views

ESRI Silverlight Cartography - Looking at whats not there

I have line data that has been symbolozied in ways that I don't have time to understand and would like to make a map that tells me =). My general question is how to display the lack of data results ...
5
votes
2answers
195 views

What is a good method for serving many static map layers through ArcGIS Server 10?

I'm writing a Silverlight app that consumes some map services from ArcGIS Server 10.0 SP2 and I have about 15 layers of historical imagery I would like to give the user access to. This imagery ...
3
votes
3answers
612 views

Should I start a new project using the Silverlight API?

I'm about to start a new mapping project for a client, and am considering using the ArcGIS Server Silverlight API, since it gives a lot of the required functionality out-of-the-box (especially with ...
1
vote
0answers
93 views

How Do I Disable Clustering in SharePoint?

I'd like to disable or remove Clustering points within Sharepoint. How do you do it? Thanks all
4
votes
2answers
586 views

Force ESRI Silverlight Navigation control to adhere to tile cache zoom levels?

Is it possible to force the Silverlight Navigation control to stick to the zoom levels associated with a particular tiled map service? The map tiles don't look very good when the images are being ...
4
votes
1answer
511 views

How to fix JSON error in Silverlight Application?

I am trying to run a simple Silverlight application based on code provided by ESRI at this link (Silverlight Samples). My app works fine if I just use the TiledLayer but if I add the Dynamic layer ...