Tagged Questions
3
votes
1answer
182 views
Displaying information on a map using an InfoWindow
I am wanting to display information in an InfoWindow when the user clicks on a point on the map. I have implemented the InfoWindow in XAML, but I do not understand the code behind it. Any information ...
1
vote
1answer
138 views
How can I use child window in ArcGIS Silverlight
Can i use child window control to show map legend or overview?
I tried to use the child window control to show map legend but i couldn't make it work. Is there any way to use the child window control ...
2
votes
1answer
292 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 ...
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
223 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 / ...
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 ...
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 ...