|
POST
|
Remember that if your application uses data served by Esri through ArcGIS Online, you must display this logo.
... View more
09-01-2015
01:06 AM
|
1
|
1
|
3016
|
|
POST
|
Hi, Could you create simple solution that reproduces the issue? cheers, Antti
... View more
08-31-2015
12:20 AM
|
0
|
5
|
2144
|
|
POST
|
IdentityManager stores the tokens and attaches it to the requests that goes to the registered servers. In this case it might be that task.Token gets ignored and overwritten by the IdentityManager or there might be bug how the token is attached to the request in the first place but finding that out needs a bit more digging. Could you check that the token that gets attached to the requests is the same that is registered to the IdentityManager?
... View more
08-28-2015
07:17 AM
|
0
|
6
|
3750
|
|
POST
|
It seems that I don't have access to the services. Can you try to generate token in the fly using following code? It needs I'm using SignInChallengeHandler (from toolkit) for the authentication UI and using 24 hour token. I tested this against secured FeatureService in ArcGIS Online (at the moment I don't have server at hand) and it works without issues. // Register ChallengeHandler from Toolkit (can be downloaded from nuget or combiled from
// https://github.com/Esri/arcgis-toolkit-dotnet
IdentityManager.Current.ChallengeHandler = new SignInChallengeHandler();
// Request authentication against the portal, use 24h token
ArcGISTokenCredential crd = await IdentityManager.Current.GetCredentialAsync(
new CredentialRequestInfo { ServiceUri = _urlStr, GenerateTokenOptions = new GenerateTokenOptions() { TokenValidity = 1440 } },
true) as ArcGISTokenCredential;
_ServergeneratedLongtermToken = crd.Token;
;
... View more
08-28-2015
01:50 AM
|
0
|
1
|
3750
|
|
POST
|
Hi, From my understanding you cannot create GPRasterData parameter from (elevation) service so using it as a parameter for a runtime GP model won't work.
... View more
08-27-2015
08:56 AM
|
0
|
0
|
1213
|
|
POST
|
As a workaround, you can define SelectionColor in code as following to remove white halos _graphicsLayer.SelectionColor = Color.FromArgb(0, 0, 0, 0);
... View more
08-27-2015
03:47 AM
|
1
|
0
|
1476
|
|
POST
|
Hi, Thanks for reporting this one. We can confirm it and we have logged it as a bug. cheers
... View more
08-27-2015
03:33 AM
|
1
|
1
|
2232
|
|
POST
|
Hi Mark, How did you create the geodatabase? What tools were used etc? If you don't want to share that information publicly, please send it directly to me to akajanus-at-esri.com. cheers, Antti
... View more
08-27-2015
02:14 AM
|
0
|
2
|
2820
|
|
POST
|
Could you post a solution that reproduces this issue so I could have a look on it? You can also email it to me at akajanus-at-esri.com.
... View more
08-27-2015
01:40 AM
|
0
|
3
|
3750
|
|
POST
|
Also exporting geometries to json and read them from there seems to do the trick.
... View more
08-26-2015
09:17 AM
|
0
|
0
|
2820
|
|
POST
|
It seems that this occurs when you are using GraphicsLayer on Dynamic rendering more. Static rendering mode seems to work. Unfortunately it seems that if you want to use RenderingMode = Dynamic which is default, you will see white halo when using Transparent selection color. As a work around, you can use Static rendering mode if that suits to your use case. I will log a bug for the dynamic mode. <esri:GraphicsLayer ID="graphicsLayer" RenderingMode="Static" SelectionColor="Transparent" />
... View more
08-26-2015
02:20 AM
|
1
|
1
|
1476
|
|
POST
|
In ArcGIS Runtime for .NET SDK you should use the approach that Bob Crawford said. You can also see examples from our samples
... View more
08-26-2015
02:01 AM
|
1
|
1
|
1565
|
|
POST
|
Hi, Have you also checked option to use ArcGIS Online or Portal user to unlock the Standard functionality? Basically if users have ArcGIS Online / Portal account, you can sign in and you get a token that you can store to the device. This unlocks functionality for 30 days and can be refreshed anytime by re-signing. This way you don't need to use embedded licenses. Read more from here.
... View more
08-26-2015
01:56 AM
|
0
|
0
|
4095
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-12-2014 03:52 AM | |
| 1 | 08-27-2015 03:47 AM | |
| 1 | 12-08-2014 09:58 AM | |
| 1 | 05-05-2015 10:19 AM | |
| 1 | 07-30-2015 08:43 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|