The ArcGIS API for Microsoft Silverlight™/WPF™ lets you create internet and desktop applications that utilize the mapping, geocoding, and geoprocessing capabilities provided by ArcGIS Server and Bing™ services.
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 ...
0
votes
1answer
45 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. ...
4
votes
0answers
428 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
...
3
votes
0answers
93 views
Feature layer graphics count zero after Initialization
I faced a problem when I added a feature layer onto the map and wanted to do something with the graphics. In the onInitialized() event I found that the graphics count is zero, why is that and is there ...
3
votes
0answers
534 views
Map printing using ArcGIS silverlight API
I am using a GP task to print my map and its legend. Well it works fine. But it is really slow.
Also I am not able to print the route event layer that I create. It does not show on the map.
Please ...
2
votes
0answers
133 views
How to program select by attribute unique values using ArcGIS silverlight API?
I'd like to create a select by attribute window in my webGIS using silverlight api . this is like select by attribute in arcgis desktop . i create select layer combobox ( cbolayers)and select fields ...
2
votes
0answers
263 views
Using labels/attributes from arcMap to display information
I am wanting to take the labels/attributes that are used in arcMap and display them in an InfoWindow when the user clicks on the map point. I really have no idea where to start on this so any help ...
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 ...
1
vote
0answers
21 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 ...
1
vote
0answers
41 views
Vertices of Polygon
I am trying to get vertices of a polygon and having some issues with it. I have PolygonN object and would like to get PointCollection and get access to each points that make up the polygon, any ideas? ...
1
vote
0answers
192 views
Bing maps get Distance between two places
I have referred the sample http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#BingRouting and developed a Bing maps routing tool on my Silverlight GIS website.. now my client wants me to ...
1
vote
0answers
355 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 ...
1
vote
0answers
116 views
Show M values on mappoint /mouseover on a polyline - ArcGIS Server 10
I want to show the M values i.e the chainage of the road when I move my mouse over it.
I am using mappoint to show some static attributes but I also want to show the dynamic M values along the road ...
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. ...
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 ...
1
vote
0answers
99 views
How to bind GraphicsLayer to RadGridView?
I'd like to bind an Esri WPF GraphicsLayer to Telerik's RadGridView control.
Does anyone have any examples showing how to do this?
Examples showing how to do it with Silverlight would also be ...
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
0
votes
0answers
160 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 ...
0
votes
0answers
91 views
Looking for select by location and select by attribute plugin/widget for ArcGIS silverlight API
Silverlight is very powerful development tool for webGIS . i'm new in using ArcGIS silverlight API and try to learn it from ArcGIS API for Silverlight . it's very interesting and helpful website but ...
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 ...
0
votes
0answers
75 views
Silverlight chart binded to a related table service
I am new to programming - I am using Silverlight 4.0 with ESRI API 2.4. I would like to do the following:
Create a chart on a popup/maptip/infowindow when the user click on the feature in the web ...
0
votes
0answers
81 views
How to generate a list of functions from button click in the ArcGIS Silverlight API? (based on ESRI sample)
I'm experimenting with the Query with Order by Field ArcGIS Silverlight sample. I would like to know how the bottom portion of the query table is generated (it contains a button called Options that ...
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:
...
0
votes
0answers
76 views
Silverlight identifyTask w/fieldsToDisplay not showing multi features
I have started with the identify sample code for the ArcGIS API for Silverlight. I have modified it to show specific fields for a FeatureLayer. However, now I am having issues getting features, which ...
0
votes
0answers
72 views
Place milestone for every mile
I have to develop a tool in ArcGIS Server10 with Silver-light API, where I have to place a markersymbol(milestone) on the polyline for every 1 km
I have the start_km and end_km ... with M values
...
0
votes
0answers
260 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 ...
