Tagged Questions
4
votes
2answers
367 views
How to convert NAD 27 to WebMercator in using the ESRI Silverlight API? (C#)
I am working with the ESRI Silverlight API. I found THIS post in the ESRI forums and THIS OTHER which show how to convert between WGS84 geographic coordinates and WebMercator coordinates. I want to do ...
4
votes
0answers
707 views
FeatureLayer SaveEdits failing
I've created a layer which I have bound a DataFeatureForm. Everything is working hunky dory, up to the point where I try to call the layers SaveEdits method in the EditEnded event. When I call this ...
3
votes
3answers
835 views
esri draw graphic at a fixed screen coordinate
I am using ESRI silverlight. I have graphic objects on the screen and each graphic object has an attached silverlight label. What I want to do is to have each label shown at a fixed screen (pixel) ...