|
POST
|
I don't see in your code where you initialize the attribute 'WIND_DIRECT'. At first glance, if this attribute was initialized, it should work.
... View more
08-21-2013
01:27 AM
|
0
|
0
|
1794
|
|
POST
|
Yes you can do it. New API versions are compatible with previous server versions but obviously you can't take advantage of the new server functionalities.
... View more
08-21-2013
01:24 AM
|
0
|
0
|
558
|
|
POST
|
It might be because you generate tokens that are not associated to a referer. Try by setting IdentityManager.Current.TokenGenerationReferer = <substring of your SL app URL> (e.g "http".
... View more
08-01-2013
08:39 AM
|
0
|
0
|
2459
|
|
POST
|
Does your locator service accept a 'Full Address' as this one: http://tasks.arcgisonline.com/ArcGIS/rest/services/Locators/TA_Streets_US_10/GeocodeServer/findAddressCandidates?
... View more
08-01-2013
08:34 AM
|
0
|
0
|
1357
|
|
POST
|
It seems you need 3 states for the sublayers: - visible - unvisible but settable to visible by the user - unvisible and locked as unvisible That use case is not managed out of the box. One option is to remove the locked sublayers from the legend (in an handler wired to the legendChanged event). In short: - keep wherever you like the initial list of sublayers you authorize to display - initialize the VisibleLayers property with this list (or a subset, if some sublayers should be unvisible at startup but activable by the user) - in the legendChanged handler, remove all layerItems that are not in the initial list
... View more
07-25-2013
03:47 AM
|
0
|
0
|
689
|
|
POST
|
Dominique, My map sref is 28600 (Qatar National Grid). I did not set any extent to map in code or xaml. Should I set any? Arun No at first glance, you don't need to set an extent. It's still unclear for me what are the layers inside your map and your is exactly your issue.
... View more
07-24-2013
10:22 AM
|
0
|
0
|
3118
|
|
POST
|
If your layer is not cached, you can set VisibleLayers with the list of sublayers you want to see.
... View more
07-24-2013
10:17 AM
|
0
|
0
|
689
|
|
POST
|
Please use fiddler to look at server answer. This might give a clue about the origin of the problem. Thanks.
... View more
07-23-2013
04:48 AM
|
0
|
0
|
473
|
|
POST
|
The resolution is the size of one pixel in map coordinates. so something like: var res = extent.Width/MyMap.Width; The current map resoluton is also exposed as MyMap.Resolution.
... View more
07-23-2013
03:24 AM
|
0
|
0
|
690
|
|
POST
|
I would need more info about your config. Normally if your services are hosted by ArcGIS server, they should be automatically projected in your map spatial reference. What is the spatial reference of your map? Did you set manually (code or XAML) an extent?
... View more
07-23-2013
03:12 AM
|
0
|
0
|
3118
|
|
POST
|
One option is to manage the print at client side. There is a sample here but you'll have some works to customize the Template to include your attributes.
... View more
07-23-2013
03:05 AM
|
0
|
0
|
519
|
|
POST
|
Please use the Viewer for Silverlight forum for any questions about the viewer and addins: http://forums.arcgis.com/forums/211-ArcGIS-Viewer-for-Silverlight
... View more
07-23-2013
03:00 AM
|
0
|
0
|
567
|
|
POST
|
Is this a joke? Beta Community is not intuitively set up for any questions and answers? Thanks, Janusz The Viewer for Silverlight is no more in beta for a while. Please use the Viewer for Silverlight forum for questions: http://forums.arcgis.com/forums/211-ArcGIS-Viewer-for-Silverlight
... View more
07-23-2013
03:00 AM
|
0
|
0
|
757
|
|
POST
|
Your sample link points to version 2.4 of ArcGIS for Silverlight. You'll find the latest version (3.1) here: http://resources.arcgis.com/en/help/silverlight-api/samples/start.htm
... View more
07-23-2013
02:56 AM
|
0
|
0
|
609
|
|
POST
|
I think you could keep the current position before calling Initialize.Something like: var pos = mapControl1.map1.Layers.Count;
dLayer.Initialized += (a, b) =>
{
mapControl1.map1.Layers.Insert(pos, dLayer);
};
dLayer.Initialize();
... View more
07-03-2013
02:38 AM
|
0
|
0
|
527
|
| 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
|