Tagged Questions
0
votes
1answer
44 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
159 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
6
votes
2answers
598 views
how to cluster points of interest by lat lon for my WP7 app
I have alread asked this question on SO, so I appologies if duplicating this is bad form. I will link to each of the sites if I get the right answer...
...
3
votes
2answers
476 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 ...