Bug ID Number |
BUG-000156638 |
Submitted | March 15, 2023 |
Last Modified | June 5, 2024 |
Applies to | ArcGIS Runtime SDK for .NET |
Version found | 100.15 |
Operating System | Windows OS |
Operating System Version | 10.0 |
Status | Known Limit
After review by the development team, it has been determined that this issue is related to a known limitation with the software that lies outside of Esri's control. The issue's Additional Information section may contain further explanation.
|
Additional Information
When hosting a service with true curves, the service is published with densified geometries; thus, it is possible to think that edits are getting synced, but actually, the edits are synced because geometries are not true curves.
However, if it is published to an Enterprise server enabled with the capability to edit true curves, any edit to geometries with true curves fails. Errors are logged in server log reports. Logs indicate the sync failed, with details of the feature that had true curves.
There are plans to make this feature available at some point, but it has not been prioritized for any near-future releases.
Workaround
Host the service in ArcGIS Online instead of ArcGIS Enterprise.
Steps to Reproduce