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. ...
1
vote
0answers
23 views

Issue with 'ESRI.ArcGIS.Client.Geometry.Geometry' in WCF service

I am having this issue with using Geomtry that is returned from a WCF service. As part of the service, I have added a service reference for the map service that I am using in this project. I am trying ...
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. ...
0
votes
0answers
171 views

How to include WMS, WMTS and WFS services using ArcGIS for Server Silverlight Builder?

Hi I am new to arcgis for server (silverlight builder) and I am wanting to include public WFS,WMS and or WMST services in an application I'm building but I just cant seem to do it. I have read that ...
2
votes
2answers
92 views

How to return feature.shape from server by using WCF and ArcGIS Silverlight API?

I am using the ArcGIS Silverlight API. I all I need to do is to get the geometry from a feature by objectid to zoom to it: getFeature(objectid); So I used WCF service to get the geometry but I ...
0
votes
2answers
207 views

problem to show layers in legend using arcgis silverlight api

I tried to create a simple webgis with silverlight. Software that I used to make the application: ArcGIS Desktop 10 (without sp), ArcGIS Server 10, Silverlight 4, Microsoft blend 4, and Visual Studio ...
1
vote
1answer
98 views

How can i set layers name from map to combobox?

I'd like to list map layers from map into combobox. I tried to set itemsource of combobox to: ItemsSource = "{Binding ElementName=Map, Path=Layers}. It does not list the layer names. It just lists ...
0
votes
1answer
288 views

How can i use arcgis server services in arcgis viewer for silverlight? [closed]

I want to create a webgis using arcgis viewer for silverlight. i install arcgi viewer . when i want to connect to arcgis server service , the application show the error" unable to connect to ...
0
votes
1answer
170 views

Using Geocode Service Published to ArcGIS Server Within Silverlight Web Map

I'm trying to replicate this sample on my web map. I have been able to build it successfully as-is within VS 2010. However, I run into some issues when I try to get it to work with my services. ...
1
vote
0answers
356 views

How can I access WMS service from Geoserver using ArcGIS Silverlight API?

Having Geoserver installed locally in my machine, I'm currently doing a R&D by trying to access WMS service from Geoserver using ArcGIS API for Silverlight. I'm trying to replicate the sample in ...
0
votes
0answers
151 views

Set ArcGIS Silverlight WMS Layer Parameters

I have a WMS Layer of Imagery forma third party that has the ability to be time stamped: Using arc catalogue I can turn this feature on: ...
3
votes
2answers
129 views

ArcGIS Server: Better to have one massive map service or multiple smaller services?

I have a Silverlight application that consumes around 30 map service layers at different types. The service layers are categorized based on type and only applicable to certain screens of the ...
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 ...
1
vote
1answer
652 views

Using a ArcGIS Server Feature Service's addFeature method: Parameters?

I am wanting to post data back to a feature service using the addFeatures method on a feature service. Here it says to use a query and an esri rep says to use a query task. But my "Query" object ...
1
vote
2answers
129 views

Consuming ArcIMS image service in Silverlight application

I have a vendor who has supplied a secured ArcIMS image service (with raster data) and I am trying to add in a Silverlight based application. When I try to add this as layer in ArcMap and trying to ...
0
votes
0answers
261 views

How to: ArcGIS Server GP Service messaging back to silverlight client

How would I get messages back from my GP Service to the silverlight client? I am passing the gp service some data to process and I want to have the gp service give some respone that the silverlight ...
1
vote
0answers
164 views

ArcGIS 10.0 - How to have GP Service make rest calls instead of Silverlight client?

I have a Silverlight client that densifies a user drawn polyline. The returned vertices from the polyline are then sent to esri elevation sample server for each vertex to find an elevation value. ...
3
votes
2answers
705 views

Geoprocessing ArcGIS 10: Sending lat/long/elevation data to a geoprocessing service

I have a silverlight application that allows the user to select points to make a polyline. The polyline is densified per the users input (say every two feet). The new points are sent to an esri ...
1
vote
1answer
225 views

ArcGIS intergration with OpenText eDocs DM

I work for a municipality and all of our internal documents are stored in a Document Management system, OpenText eDocs DM. I would like that in my internal Mapping Application (ArcGIS Server / ...
2
votes
2answers
967 views

Problem in loading the legend of MapServer in ArcGIS

I have published a mapserver on my ArcGIS Server 9.3. I am developing a silverlight application using ArcGIS Silverlight API. Now I can load my map into my application and also the list of my layers ...
5
votes
2answers
197 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 ...
2
votes
2answers
337 views

Improving Map service performance

I have a map service that has more than 60 data layers. For faster performance, I have separated the data with daily updates as a dynamic service. I still have a map service that base data (50+ ...
3
votes
3answers
615 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 ...
4
votes
1answer
278 views

Performance of Picture Marker Vs Character Marker (font)

We have a point data type to symbolise. The feature classes can often contain more than 6000 points up to 20000. There are about 30 different symbol catergories to these points. My question is ...
3
votes
1answer
404 views

Is it possible to find the Map Services URLs used in ArcGIS Flex or Silverlight web applications?

With the ArcGIS Server JavaScript API, you can find the URLs in the map services in the source code. Do the Flex and Silverlight APIs completely obfuscate the map services URLs? As an example, the ...
4
votes
0answers
429 views

How to use Route Task in Network analysis tools

I am using esri network analysis tool and I just want to draw the path between two clicked point on the map (by using route task) I use the example code block in the following link ...
7
votes
2answers
457 views

How “complex” should a JavaScript map become? When does a plugin make more sense?

Background: A client is looking to upgrade an ancient ArcIMS site, which is quite complex. It has a table of contents, the ability to change symbology on-the-fly, print the map, use spatial ...
6
votes
4answers
809 views

Consideration for a Good Silverlight based mapping application

I am starting to work on a Silverlight 4 based web mapping project using latest ArcGIS Server API. The application will involve multiple map services (for many themes) with selection, queries, and ...
4
votes
3answers
1k views

How to create a Chart in Silverlight that is bound to Layer in the Map?

I have a simple Silverlight Application that has a Map control that shows a ESRI Tiled layer service and a Dynamic Layer service. The Dynamic Layer service is just called "Wells" and it has a "Date" ...
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 ...
2
votes
1answer
437 views

Filter features with multi-table joins in ESRI Silverlight/REST API

We have a rather involved data warehouse (SDE 9.3.1 / Oracle 11g) that contains a single related point feature class. Our (analytical) application should allow users to construct complex, ad hoc ...
1
vote
1answer
858 views

How to handle 500 Internal Server Error with ESRI Silverlight API

I have a simple AGS map service. I accidentally specified an invalid SRID explicitly in my Silverlight XAML: <esri:Map x:Name="Map" IsLogoVisible="False"> <esri:Map.Extent> ...