Tagged Questions
0
votes
0answers
16 views
Map extent changes - stack overflow exception - ESRI Sliverlight 3.1 API
In our Silverlight application in many work flows we are changing map extents. The below method is called multiple times, each time the application throws a stack over flow exception. We can not find ...
0
votes
1answer
34 views
Image width is not in range. Valid range is from 1 to 2048
We are facing an issue on ESRI sliverlight (v 3.1) and ArcGIS server 10 SP4 based web applcication. Few of the users complaining that map is not being displayed in their machine. When I investigated ...
2
votes
0answers
47 views
Error: Layer not found: -1
We are using ESRI SL 2.4 API- and our application has one dynamic service and one feature layer. Only few of the users getting below error, not sure whether this is issue with Microsoft sliverlight ...
1
vote
0answers
41 views
Setting Geometry Fail Error on ESRI server
I'm trying to insert a point on a feature layer on a ESRI server.
Sometimes it works nicely, but sometimes I get an error when I send the save instruction:
"Setting of Geometry Fail"
This happens ...
3
votes
0answers
95 views
Feature layer graphics count zero after Initialization
I faced a problem when I added a feature layer onto the map and wanted to do something with the graphics. In the onInitialized() event I found that the graphics count is zero, why is that and is there ...
1
vote
0answers
76 views
ESRI Sliverlight API 2.4 legend customization question
I am using esri arcgis sliverlight API 2.4 , below is my legend, my map has one feature layer and one dyanmic service layer with nested layers like below
Feature Layer A
Group Layer
Group A
Layer A1
...
3
votes
2answers
1k views
Draw a circle in ArcGIS map
I have Center point(Latitude,longitude) for a place and radius. How to draw a circle/polygon on an ArcGIS map using Latlong and radius(also need WKT string).
I am new to ArcGIS & do not have much ...
0
votes
2answers
207 views
Order of rings in ESRI Sliverlight API query task
I have an problem with "Query Task" class of ESRI Sliverlight API 2.1 version.
I am saving a polygon with 2 exclusions [Inner rings] (i.e. say exlcusion 'A' as 4 vertices and exclusion 'B' with 5 ...
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) ...
