POST
|
Thanks Paul, Please include the setup up how your layers are created, what sharing and security options you have with the code. I do my testing mainly on WPF/Native UWP (non-Xamarin) but I haven't seen this happening before. Are you just using ArcGIS Online or is Enterprise/Server involved somehow?
... View more
07-05-2018
05:42 AM
|
0
|
0
|
243
|
POST
|
Hi guys, Have you managed to reproduce the issue reliably? If you have, could you please send us reproducer for this. This sounds not to be specifically related to a single job but a setup of portal item security and authentication.
... View more
07-05-2018
01:25 AM
|
0
|
0
|
243
|
POST
|
Glad that you get that one fixed. I would assume that there was some type of error when creating the project on VS which didn't end up having the file for reason or another. If you keep seeing that in the future, please let us know. Also, welcome to the community. Since you are new to our API/Platform, there definitely will be a lot to look into. Here is some inspiration Get Started with Example Apps | ArcGIS for Developers is a page where you can find our examples, which in this context means apps that are built to demonstrate how to solve some use cases with a "fully working open-source app". These are intended to highlight good practices and showing how to tie multiple functional areas to a single application. GitHub - Esri/arcgis-runtime-demos-dotnet: Demo applications provided by the ArcGIS Runtime SDK for .NET Team is a repository where you can find all kind of demos. Where example apps are built around use-cases, demos are more API functionality based. Quite a few of these are used in our presentations as demos. GitHub - Esri/arcgis-runtime-samples-dotnet: Sample code for ArcGIS Runtime SDK for .NET – UWP, WPF, Xamarin.Android, Xa… is a repository where you can find samples to highlight specific API usage. One relatively new page is to look to Browse ArcGIS DevLabs | ArcGIS for Developers which contains short labs that you can do to learn specific things and you can chain some of them together as well. This is quite nifty so I recommend for you to have a look. Ofc then we have the guide that you are already looking into. All the feedback is more than welcome. We are trying to make the process of learning our API/Platform easy as possible but there are a lot of things to show. So please let us know how you find the learning process.
... View more
07-03-2018
02:11 AM
|
0
|
0
|
92
|
POST
|
I see. As you have seen, at the moment there isn't a way to do that in the API directly. Option on specifying OutFields has been coming up a couple of times lately, I have mentioned this chain in our internal issue that covers this. Currenlty the best way to work around this is actually using Views or content optimized Feature services if you are using server. It might not be a solution on every use case but overall restricting visible fields/attributes for specialized applications is a good way to organize your content. Especially if there are security concerns. I'm curious on your use case and service setup if you are hitting memory issues with this. How many attributes you have in your features? How many features are you using at the same time?
... View more
07-02-2018
08:34 AM
|
0
|
1
|
39
|
POST
|
I checked the tutorial and it seems that it is using the template that we provide as part of the SDK install. This will create you the `MapViewModel` so I'm assuming that you didn't use the template on your project and manually added references to the project through nuget. Here is an example what you should see if you create the project using the template. Hope this helps.
... View more
07-02-2018
08:17 AM
|
0
|
3
|
92
|
POST
|
If you are accessing attributes after a query you can use ServiceFeatureTable.QueryRelatedFeaturesAsync Method (ArcGISFeature, RelatedQueryParameters, QueryFeatureFields) but make sure that you load the Feature as well. ie. await mySelectedFeature.LoadAsync(); var myValue = int(mySelectedFeature.Attributes["myKey"].Value)
... View more
07-02-2018
07:43 AM
|
0
|
3
|
39
|
POST
|
Hi Have you checked that you are calling `LoadAsync` on the features before accessing the attributes?.
... View more
07-02-2018
07:19 AM
|
0
|
5
|
39
|
POST
|
Hi, ArcGIS Runtime hasn't got `MapViewModel` part of it at any point. This is part of the MVVM structure and while we recommend you to use it, using Runtime doesn't require it. From the implementation point of view, developers are responsible for building the ViewModel tier on their applications. Which documentation/guide you are using? I would expect to see mention on creating the ViewModel to your application being part of it.
... View more
07-02-2018
04:53 AM
|
1
|
5
|
92
|
POST
|
We are just getting a new release out of the door and this fix should in the "next-one" so it might be either 100.3.1 or 100.4 depending what we are going to get out from the door. I assumed that the lock is there due the download operation and there isn't much you can do with it at the moment. Unfortunately so the best pra, for now,r now is to make sure that you delete all files / folder that you don't need on the next time when you open the app. Personally I would download the stuff to a separate (temp) location and when everything is good i would move it to the "final" location so I could easily just purge the temp download location without any worries removing stuff that shouldn't be needed. But that's just one strategy on handling your downloads / temporary (on-demand/preplanned) data / permanent data.
... View more
06-29-2018
03:32 AM
|
0
|
0
|
24
|
POST
|
Hi Matthew, Thanks for the feedback. We are aware that the downloads don't get cancelled when cancelling the job but the good news is that we are currently working to fix that issue. Unfortunately, it didn't get into the 100.3 release but it should be in the next one. The cancel method at the moment allows any download that is started to finish but shouldn't start any new ones (ie. go to the next steps in the job). Which files do you see being locked? Are you trying to delete them while the download is going on? Did you also call cancel before trying the delete? Are you showing the area on the map while you are trying to delete it?
... View more
06-28-2018
02:10 AM
|
0
|
2
|
24
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:23 AM
|