POST
|
I'm seeing the problem in 100.10 when calling MoveSelectedVertex, followed by executing the UndoCommand. The vertex that was moved is deleted on the Undo. https://community.esri.com/t5/arcgis-runtime-sdk-for-net/potential-bug-with-sketcheditor-when-undoing-movevertex/m-p/1026901#M9793
... View more
2 weeks ago
|
0
|
0
|
94
|
POST
|
Hi, Our problem concerns the 100.x family. I'm sorry for the confusion. We are using a kind of "SpatialQueryFilter" mapping data class to switch between 10.2.x and 100.x Versions. That's why this "SpatialQueryFilter" object is erroneously in the sample. We pass and apply it like this : public static async Task<FeatureQueryResult> QueryTest(FeatureTable featureTable, SpatialQueryFilter spatialQ, int maxRecordsCount) { if (spatialQ?.Geometry != null) { FeatureQueryResult res = null; var qp = new QueryParameters() { Geometry = spatialQ.Geometry, SpatialRelationship = spatialQ.SpatialRelationship, }; // apply other properties too [...] if (maxRecordsCount > 0) qp.MaxFeatures = maxRecordsCount; // [...] try { res = await featureTable.QueryFeaturesAsync(qp); } catch (Exception e) { // [...] } return res; } // [...] return null; } I' ll provide a full reproducer per mail. Thanks in advance.
... View more
06-06-2018
04:17 AM
|
0
|
0
|
23
|
POST
|
Normally I'd ask for the JSON of the geometries so we can use it to reproduce the issue, but it seems like parsing from JSON fixes the issue. Is there any way you'd be able to share a stand-alone reproducer sample with me (for instance a unit test snippet?), so I can submit it to the geometry team?
... View more
05-24-2018
09:00 AM
|
0
|
0
|
23
|
POST
|
Hello, I implemented a workflow using your samples to create a replica from a FeatureService. Till now it worked as expected. Since a few days however, irregular errors occur on the server during the execution of the CreateReplica Request: Error:The item was not found. DBMS deadlock victim ... (see DeadlockVictim.jpg for full server log) What ist the problem? Thank you in advance, Karin We are using: ArcGIS Runtime 10.2.7, ArcGIS for Server 10.5.1 + WebAdaptor VS 2015, Windows 10 Enterprise(64),
... View more
10-09-2017
01:31 AM
|
0
|
0
|
209
|
POST
|
Hi Karin, The new offline functionality isn't going to help with this issue. I think that this is very important workflow but unfortunately we don't have a proper support for this in current API. Could you provide more details on the use case so I can take that forward to the product group. The more details you can share of your workflow and use case you can provide, would help me to argue to get the proper support in easier for me. If you cannot or want to share this publicly you can send it to me to akajanus@esri.com. I'll have a look if there is a good way to implement this with the current API but I think that is going to involve quite a bit of code.
... View more
06-19-2017
03:14 AM
|
0
|
0
|
21
|
POST
|
This is my (old) Test Device: Lumia 550 Version 1703 OS-Build 10.0.15063.483
... View more
09-14-2017
02:38 AM
|
0
|
0
|
193
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:25 AM
|