Tagged Questions
0
votes
1answer
49 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
48 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. ...
1
vote
1answer
133 views
Network Analyst REST service gives error “Routing error: Unable to complete operation unable to find attribute invalid Context”
I have created an Network Analyst Routing sample. On Arcmap it works fine when creating a route on the data.
However, when I create Network Analyst service through ArcGIS Server, using this REST ...
4
votes
3answers
276 views
How to Bind attribute fields to combobox?
I'd like to list attribute fields in a combobox. there are two combobox . cmblayers and cmbfields . cmblayers list map layers . user select a layer in cmblayer and attribute fields of selected layer ...
2
votes
0answers
140 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 ...
0
votes
2answers
82 views
is there any relationship between drawing graphics and IIS overloading
I'm running gis web application built on silverlight but when many users connect to the system the IIS reaches the full memory so could the reason be from many users draw graphics at the same time ,if ...
2
votes
1answer
160 views
Getting Attachments with token in a map service
I have successfully built the functionality to load an image stored as an attachment in silverlight by retrieving the url of the attachment and binding to it:
...
2
votes
2answers
713 views
Token doesn't work when applied to map service - Silverlight
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
2answers
361 views
Server side reporting options for Silverlight Viewer
I am looking for suggestions from user community regarding some options for complex reporting. I would like to allow users to browse for data and then based on their selection they can generate a ...
5
votes
2answers
196 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
614 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 ...
2
votes
3answers
453 views
Publishing layer Package tool as a geoprocessing service
I am trying to build a small application (silverlight based) that would allow creation of layer package based on an area of interest. I have identified a GP tool that does this. The tool is located in ...
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 ...
3
votes
3answers
982 views
How to avoid “No Data” from Tiled Map Service in Silverlight
I'm using the latest and greatest Silverlight with ArcGIS Server 10 and when I do a search for features in my operational layers (wells) and zoom into them I'm seeing "Map Data Not Yet Available" ...
3
votes
1answer
797 views
Editing with ArcGIS Silveright
I am using the ArcGIS Silverlight API to edit data in an ArcSDE SQL Server geodatabase.
I have been told that any editable feature classes must be registered as versioned in ArcCatalog before they ...
3
votes
2answers
569 views
Silverlight Map with ESRI Imagery
I have a map service which is using data from a local repository, viewed using the ESRI Silverlight API. I am dynamically adding a tiled map service for imagery from ESRI.
The map service can be ...