The Apply Edits (Operation) on a feature service errors when attempting to replace a geometry that is null or empty in the geodatabase.
上次发布: February 27, 2018ArcGIS GIS Server
漏洞 ID 编号
BUG-000105907
已提交
June 19, 2017
上次修改时间
August 20, 2025
适用范围
ArcGIS GIS Server
找到的版本
10.5
操作系统
Windows OS
操作系统版本
2012
修正版本
10.6
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
附加信息
This issue is fixed in ArcGIS Server 10.6.
解决办法
Specify an empty polygon when the row is being added (Adds operation) in the syntax below:[{ "geometry": { "rings": [], "spatialReference": { "wkid": 102100, "latestWkid": 3857 } }, "attributes": {}}]Then execute the Updates with the ring values.