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.
1
vote
1answer
241 views
Debugging AGS API for Silverlight - returned featureset to graphics layers not drawing
I have geometries returning from the ArcGIS Server as a featureset from a gp service to the silverlight client. In debug mode in VS 2010 I see the geometries coming back to the client and I am adding ...
3
votes
2answers
702 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 ...
2
votes
1answer
369 views
How do I disable Mouse Wheel zoom functionality in ArcGIS Silverlight?
I have an ArcGIS Silverlight app with a Map object. It containes an ArcGISTiledMapServiceLayer and a GraphicsLayer. We've written a custom measure tool for adding in a point at an offset on the ...
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 ...
0
votes
1answer
231 views
Which ESRI Silverlight API version goes with which Silverlight version?
I am trying to get my references right in a Silverlight app. I cannot find the ESRI Silverlight API goes with Silverlight 3. I can only find the latest version of the ESRI Silverlight API (Version ...
1
vote
1answer
221 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 / ...
1
vote
1answer
1k views
ArcGIS API for Silverlight - pass geometries to ESRI service
How would I test this service to find what it wants? ...
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 ...
3
votes
2answers
459 views
How can I draw Google Fusion Tables on an Esri Silverlight Map?
I've been asked to add drawing support for Google Fusion Tables to an Esri Silverlight map application. For example this one showing Full-Year Stream Temperature Monitoring Sites for the Western US.
...
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
1answer
275 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 ...
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+ ...
1
vote
2answers
2k views
A security exception occurred while trying to connect to the REST end point, Silverlight
I am getting this error while creating a basic Silverlight Application. Below is the error message. I have placed the clientaccesspolicy.xml file in the folder C:\Inetpub\wwwroot. I am not sure if ...
3
votes
3answers
610 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 ...
3
votes
1answer
402 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 ...
7
votes
2answers
456 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 ...
2
votes
1answer
105 views
Should the import of local spatial vector files in different formats be handled Server side?
I'm working on a Esri Silverlight Web API app and wondering the best way to handle the import of local spatial vector data files. Sometimes these will be your standard shape file but often these will ...
6
votes
4answers
808 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
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 ...
2
votes
2answers
403 views
How to expand Map to extent of browser?
Simple question on my Silverlight Application. How can I expand the Map to full extent of browser no matter the size of the browser?
-Thanks for any help.
2
votes
1answer
434 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
851 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>
...