|
POST
|
You usually won't need to use LocalServer to open DTED/GeoTiff files directly. You can use the ElevationSource classes in the sceneview pointing to that data. https://developers.arcgis.com/net/wpf/api-reference/html/T_Esri_ArcGISRuntime_Mapping_RasterElevationSource.htm
... View more
03-10-2021
10:40 AM
|
0
|
1
|
1524
|
|
POST
|
Did you include the xaml part? And if you did, what is the build action for the xaml?
... View more
03-10-2021
10:35 AM
|
0
|
0
|
1681
|
|
POST
|
For ArcGISMapImageLayer, only Mapservice endpoints will work (ie /Mapserver/ in the URL). FeatureServer services would/should never have worked. You'd need to use a FeatureLayer and add the sublayer for that url to work.
... View more
03-04-2021
09:44 AM
|
0
|
0
|
3912
|
|
POST
|
Thank you for reporting this. This appears to be a bug, and I've logged the issue internally for triage.
... View more
03-01-2021
10:31 AM
|
1
|
0
|
6189
|
|
POST
|
Are you seeing the same thing if you use the built-in Google Maps app? (you should be able to run them side-by-side by going into a split view). Also are you surrounded by a lot of very tall buildings, or do you have a clear view of the sky?
... View more
02-26-2021
10:58 AM
|
0
|
6
|
4058
|
|
POST
|
You cannot change the table schema of an established table after creation in Runtime. You could use ArcGIS Pro to do this though.
... View more
02-26-2021
10:57 AM
|
1
|
0
|
2417
|
|
POST
|
We are aware of this issue, and unfortunately I don't have a workaround for you, besides building your own subclass of CredentialPersistence.
... View more
02-13-2021
06:23 PM
|
0
|
0
|
1702
|
|
POST
|
...actually ignore that. I was finally able to reproduce in update 9 and 10.
... View more
02-08-2021
04:45 PM
|
0
|
2
|
5419
|
|
POST
|
Thank you for the sample app. I've been trying to reproduce this with the above provided app. The about page is binding to a Map in the AbouveViewModel, but that property doesn't seem to exist. I added it, so I get a map, and tried navigating around, but not getting the crash. Do you have an updated sample app with some specific repro steps that demonstrates the problem? Also we did do some fixes in Update 10, especially around ensuring null-checks, so there's a good chance this issue has been resolved. However I'd like to try and repro in Update 9, just to make sure. Thanks
... View more
02-08-2021
04:04 PM
|
0
|
3
|
5420
|
|
POST
|
Try the .Geometries property instead. They are slightly different. See the doc:
... View more
02-03-2021
10:24 AM
|
0
|
1
|
2619
|
|
POST
|
We're currently working on adding a list of versions an API is supported in to the bottom of each API description, so you can see when a particular API was introduced. Would this be good enough, or do you only want to see APIs available in a specific version? (consider that maintaining multiple APIs is quite an overhead for us, and we frequently update, fix and improve doc on existing older APIs as well, so you'd likely not get the updated documentation in the older versions - only maintaining one means we have more resources to improve our documentation).
... View more
02-03-2021
10:21 AM
|
0
|
1
|
3336
|
|
POST
|
FYI made a PR to address these remaining issues, so you can pull that until it's been merged: https://github.com/Esri/arcgis-runtime-samples-dotnet/pull/851
... View more
01-28-2021
01:01 PM
|
1
|
0
|
3644
|
|
POST
|
This hydrography issue is a restore error. Try deleting the \obj\ folder and rebuild and this error will go away. As you then found you will however after that see a few XAML compilation errors. In the .NET 5.0 build there isn't support for creating some of the objects in XAML with the default prefix. For example you will want to change esri:Map by registering the namespace using: xmlns:mapping="clr-namespace:Esri.ArcGISRuntime.Mapping;assembly=Esri.ArcGISRuntime" and then change it to <mapping:Map /> This change has happened, because the Esri.ArcGISRuntime package no longer takes a dependency on WPF, and without that, we can't auto-register those namespaces for use by WPF. This is a current limitation in WPF, but hope to get this addressed with the PR to WPF I submitted here (feel free to upvote it help get support for it): https://github.com/dotnet/wpf/pull/3066
... View more
01-28-2021
12:20 PM
|
0
|
1
|
3646
|
|
POST
|
I would recommend creating a nuget package instead of a DLL. The DLL itself isn't enough - there's a bunch of resources that needs to get deployed as well (native libs, pixel shaders and various other resources etc). A nuget package declaring a dependency on our nuget package will ensure things get deployed correctly. This is only for sharing the DLL though. You can always create a class library, and use a project reference to the class library, and it should "just work"
... View more
01-27-2021
11:11 AM
|
0
|
0
|
5258
|
|
POST
|
Try and URL encode your square brackets: http://localhost:6300/tiles/xyz/highrisk/{level}/{col}/{row}.png?objectIDs=%5B54747,54786,55021,55109,55197,55436,55472,55489,55674,55675,55860,55866,55911,56039%5D
... View more
01-26-2021
11:17 AM
|
0
|
0
|
1795
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 05-11-2026 07:05 AM | |
| 2 | 03-19-2026 06:03 PM | |
| 1 | 03-03-2026 04:41 PM | |
| 1 | 02-26-2018 07:53 AM | |
| 1 | 02-26-2018 07:51 AM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|