Tagged Questions
1
vote
2answers
309 views
ArcGIS API for Silverlight - create MapTips programmatically for programmatically-created KML layer
The few examples and forum posts that I have found all use KML layers defined in XAML at design-time with nested MapTip templates binding to one or more Placemark attributes e.g. name or ExtendedData ...
0
votes
1answer
157 views
How do I make points with label info in ArcGIS Silverlight?
I'm a new user of the Arcgis for Silverlight SDK. Using c#, I would like to add points with labels showing the id for point.
How can I do this?
Thanks in advance
1
vote
2answers
683 views
'invalid parameters' on ArcGIS rest API used from Silverlight
I have an Silverlight application from which I'm trying to create new features to ArcGIS server. Every time I get error
{\"error\":{\"code\":400,\"message\":\"Unable to complete ...
2
votes
1answer
151 views
How can i use MapServer service using arcgis api for silverlight?
Is it possible to use a service published from MapServer using ArcGis api for Silverlight ?
for exemple :
<esri:FeatureLayer ID="Schools Without Attendance Areas"
...
1
vote
0answers
97 views
How to make a dynamic animated movement for the graphics on the Silverlight website?
I have some graphic points in one graphicLayer on the map and I want to move their positions to the new places every 5 seconds based on some criteria. And these movement can be visualized dynamically ...
3
votes
1answer
242 views
Get Intersecting roads (ArcGIS Server10 with silverlight API)
I am developing a tool where when I click on a road in the map I have to list the roads intersecting the selected road
using ArcGIS Server10 with silverlight API
to develop this tool
I got the roadID ...
1
vote
2answers
453 views
FeatureLayer Scale Settings in ArcGIS Silverlight API
Is there a way to translating between resolution and scale in the ArcGIS Silverlight API?
I am dynamically adding a Feature Layer to my map which should have a Min Scale value of 10,000. The feature ...
3
votes
1answer
795 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
475 views
Way to Ensure that the Image Centroid is Within Image Bounds
My application uses the ArcGIS Silverlight API to select polygons from a map layer. It uses the Geometry.Extent.GetCenter() method to get the centroid of the shape and add a thumbtack image at those ...
3
votes
2answers
760 views
Disable Certain MapTips in Graphics Layer for ArcGIS Silverlight
I am using the ESRI Silverlight API to allow users to use the Identify functionality on a map. The graphics layer on this map is set to use Map Tips, and a pin will be applied to the graphics layer ...
4
votes
1answer
2k views
How to configure legend for ESRI Silverlight SDK 2.1
I can't get the simple Legend sample working with this florida mapservice.
The names appear, but the tree doesn't get populated.
Anyone see why this code shouldn't work?
Here's my modified xaml:
...
4
votes
2answers
566 views
Disable Panning in ArcGIS Silverlight Map
Is there a way to disable panning when using the ArcGIS Silverlight API? Other than enabling a Draw object.