|
POST
|
Thx Dominique, but the "problem" was that the MapServer service was public... then, obviously, the sign in window didn't show, because not permission was required. That explains the behavior:)
... View more
12-09-2013
10:43 PM
|
0
|
0
|
683
|
|
POST
|
A couple of HeatmapLayer questions : 1) Can you load a bitmap to act as a custom heatmap scale? 2) Can you provide a value for each XY location? HeatMapLayer is designed to create an image from graphic positions. If you want to deal directly with images, it seems more an image service matter. And a non heatmap question. Can I load in a KML multi-point line (lets say 1000m long in total) which I'll show in 'zoomed out' mode. I then need to split this into 1000 individual lines (of 1m each) so I can colour code each 1m section. This colour coded version will be displayed when zoomed in. How can I split a line into a number of equal sections. You can create programmaticaly a graphics layer with splitted lines. Then you can set the minimum/maximum resolution of both layers to see one layer when zoomed in and another layer when zoomed out. To split lines in segment, you can look at this Linear Referencing sample (Silverlight sample but WPF should be closed)
... View more
12-09-2013
10:20 PM
|
0
|
0
|
568
|
|
POST
|
Thanks Dominique. That does seem to work around the problem. Do you know if there will be a patch for Web Adapter 10.1? We need to be able to hit 10.1 server from 10.2 WPF SDK without affecting performance. Sorry I have little info about the versions that fix the issue. I suggest you to post your question on Portal Forum or to ask the support.
... View more
12-09-2013
10:11 PM
|
0
|
0
|
1441
|
|
POST
|
Don't show me anything. 4 months ago, it show me the window to login... ¿How can I solve it? Thx for all! At first glance no idea. I suggest you use fiddler to look at requests sent to the secured server. The response might give a hint. Sidenote: As you are using the static challenge method SignInDialog.DoSignIn, the signin control is intantiated internally for being displayed in a popup window. So your SignInDialog called 'MySignInDialog' won't be used. To customize and use your own SignIndialog, you need to redefine a challenge method that activates your SignInDialog.
... View more
12-09-2013
09:55 PM
|
0
|
0
|
683
|
|
POST
|
Hello Dominique, I found your response intriguing, but I cannot quite follow. How do you project a point to a line segment using Silverlight API 3.1? I put together a Geometry Projection sample.
... View more
12-09-2013
09:40 PM
|
0
|
0
|
4671
|
|
POST
|
Not easy to help you out with so little info. What do you mean by 'publish a service'?
... View more
12-09-2013
05:18 AM
|
0
|
0
|
1089
|
|
POST
|
Ver 3.2 nothing changed... 😞 The issue is supposed to be fixed with version 3.2. Do you mean that you still run into the issue after migrating to 3.2?
... View more
12-09-2013
05:15 AM
|
0
|
0
|
2619
|
|
POST
|
The issue is coming from a bug in ArcGIS WebAdaptor which doens't transfert correctly the range headers ending by '-'. The issue has been fixed in the version 10.2.1 of WebAdaptor. Out of the upgrade to 10.2.1, the workaround may be to disable the cache at client side with init code like: ArcGISWebClient.DefaultCachePolicy = new System.Net.Cache.RequestCachePolicy(System.Net.Cache.RequestCacheLevel.NoCacheNoStore); But this will decrease the performances so consider it as a temporarly workaround.
... View more
12-05-2013
05:48 AM
|
0
|
0
|
1441
|
|
POST
|
Hi! I've made an application in the Silverlight Viewer. I made tool myself for adding items from the portal, there are also two tools from ESRI called AddContentCommand and another AddIn called SearchTool. When I add FeatureLayers from these different sources, they all behave differently and I can't find the controlling parameter for this. What I want is, regardless of the source, that features should only be retrieved within the maps extent. Right now it seems to be just random, or based in the settings of the previously loaded layer. This picture shows the setting in the viewer, but I'd like to do it programatically with a behavior, i.e. any FeatureLayer added should have this setting by default. [ATTACH=CONFIG]29194[/ATTACH] Any help regarding this would be greatly appreciated. Regards Johan That's controlled by the FeatureLayer Mode property: Snapshot or OnDemand.
... View more
11-28-2013
05:12 AM
|
0
|
0
|
745
|
|
POST
|
Likely better to post your question on the ArcGIS Viewer for Silverlight forum. TOC objects are not part of the core Silverlight API.
... View more
11-28-2013
05:03 AM
|
0
|
0
|
483
|
|
POST
|
By default the origin of a PictureMarkerSymbol is teh top/left of the symbol. You can change that by setting the XOffset and YOffset properties.
... View more
11-28-2013
05:00 AM
|
0
|
0
|
605
|
|
POST
|
Version 3.2 of the ArcGIS API for Silverlight should be released new week.
... View more
11-28-2013
04:42 AM
|
0
|
0
|
1446
|
|
POST
|
You can set the OffsetX and the OffsetY of the picture marker symbol to an half of the image Width and Height.
... View more
11-22-2013
03:19 AM
|
0
|
0
|
980
|
|
POST
|
Hi Dave, If you set the token for a layer, the layer doesn't know the referer the token has been generated for. As a consequence, the referer is not set when requesting the resource and the request fails due to an invalid token. To get it working you have to let the IdentityManager set the token. Once you get the credential, add it to IM using AddCredential. The credential object encapsulates the token and the referer. This referer will be used by the IM when requesting the resource. Note: for the new .Net API, we are considering adding a default referer for all requests instead of a default referer for the token generation only. /Dominique
... View more
11-22-2013
02:51 AM
|
0
|
0
|
732
|
| 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
|