|
POST
|
No ideas? I've tried using a query task but it doesn't really help since I can't guarantee that the geometry returned from the QueryTask matches the information displayed in the identify-dialog. I may miss something but your question seems tied to the popupcontainer. Which popup container are you using? How the popupcontainer binds to the list of graphics?
... View more
04-22-2013
10:42 PM
|
0
|
0
|
1429
|
|
POST
|
With these buffer params, the geometry service is doing euclidian 2D calculation. So it's not taking care of the Web Mercator distorsion (about cos(latitude)). From 3.1, the Geometry Service has a new geodesic parameter in order to generate a buffer polygon using a geodesic distance (but your coordinates have also to be in GCS)
... View more
04-21-2013
11:18 PM
|
0
|
0
|
1043
|
|
POST
|
You can look at this Linear Referencing sample which demonstrates how to measure along a line at client side.
... View more
04-21-2013
10:52 PM
|
0
|
0
|
538
|
|
POST
|
Which ArcGIS API version are you using? If I remember well, OrderByFields has been added in version 3.1.
... View more
04-21-2013
10:37 PM
|
0
|
0
|
990
|
|
POST
|
The sample you reference uses a GraphicsLayer. My map uses a FeatureLayer. As a feature layer is a kind of GraphicsLayer, that should work with FeatureLayer as well. I don't see anything wrong in your code. Strange :confused:
... View more
04-18-2013
08:59 AM
|
0
|
0
|
2601
|
|
POST
|
I am sorry, that was typo. I am using ArcGIS server 10 SP4. Please let me know how to resolve the issue. By migrating to 10.1 🙂
... View more
04-18-2013
08:34 AM
|
0
|
0
|
2086
|
|
POST
|
but maptips close before you can get the mouse into it. Did you try to set a maptip hide delay? (like in this sample)
... View more
04-17-2013
11:07 PM
|
0
|
0
|
2601
|
|
POST
|
Image width is not in range. Valid range is from 1 to 2048. From ArcGIS server 10.1, the map services return their max image height and max image width, and the SL API is using that to constraint the image size. So you should no more run into this issue with server 10.1 and arcgis SL 3.1. Could you check your server version?
... View more
04-17-2013
11:01 PM
|
0
|
0
|
2086
|
|
POST
|
Is there any way to make a route task using an "Added Cost" barrier. Using NA in ArcGIS for desktop it is possible to specify the barrier type but it does'nt seems to be the case with the Silverlight API. The route parameters class only uses an IEnumerable<Graphic> to specify barriers. AFAIK, the server REST API doesn't allow to do that. The workaround might be to set and use a geoprocessing service doing that.
... View more
04-17-2013
10:54 PM
|
0
|
0
|
812
|
|
POST
|
It's working but no Pie In your code we don't see how is defined the staticresource used for initializing the itemssource of your pieseries. But anyway there is no chance that a static binding works. You have to bind to the current attributes of the underlying graphics. As there is no easy way to do it directly, you need a small piece of code suc as a converter.. This pie chart maptips sample demonstrates how to do that.
... View more
04-17-2013
10:47 PM
|
0
|
0
|
615
|
|
POST
|
This legend 'Google' style sample looks like what you need.
... View more
04-17-2013
10:38 PM
|
0
|
0
|
920
|
|
POST
|
Well, I am not sure for how to use ProxyURl property..? any samples or steps how to use Proxypage in silverlight ? my project is in same domain only but even though i am getting this error ..i tried the best but not getting it exactly how to solve it? You can run into this problem as soon as your tiles are coming from another domain (which is most generally the case) You'll find some info about setting a proxy in this Silverlight viewer documentation (but you don't need to set up a token if your servcies are not secured)
... View more
04-17-2013
10:26 PM
|
0
|
0
|
1104
|
|
POST
|
Hi! I use your code and i have erro: Please can you help me ! I guess you should check that your attribute is set: var key = field.Header.ToString();
if (data.Attributes.ContainsKey(key))
strValue = data.Attributes[key].ToString();
... View more
04-15-2013
10:57 PM
|
0
|
0
|
2079
|
|
POST
|
the biggest issue with thsi seem sot be that in silverlight you can't get a screendump of something that is not in the same domain as the xap you are using. As noticed in the referenced thread, the workaround might be to use the ProxyUrl property to push the tiles through the proxy so it will look like it comes from the same domain.
... View more
04-15-2013
10:52 PM
|
0
|
0
|
1104
|
|
POST
|
I am wanting to update the fields on my server using a FeatureDataForm. I have followed the documentation, but it still does not work. It also does not have the buttons in the form that say 'OK' and 'Delete' like the documentation does. Any help will be appreciated. XAML (FeatureDataForm): Check that your feature service supports these operations. Send a request to the feature service end point and verify the list of supported operations (bottom of the page): sample.
... View more
04-15-2013
10:49 PM
|
0
|
0
|
1526
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-12-2025 03:01 AM | |
| 1 | 10-14-2025 09:24 AM | |
| 1 | 06-13-2013 09:22 AM | |
| 1 | 04-29-2022 02:21 AM | |
| 1 | 04-29-2022 02:28 AM |
| Online Status |
Offline
|
| Date Last Visited |
10-30-2025
08:06 AM
|