laptop and a wrench

漏洞

When a feature service contains features with empty geometry, upon exporting the feature service to a file geodatabase, the features with the empty geometry are assigned the coordinates of the previous objectID.

上次发布: October 6, 2016 ArcGIS Online
漏洞 ID 编号 BUG-000098474
已提交August 10, 2016
上次修改时间February 13, 2023
适用范围ArcGIS Online
找到的版本4.2
Version Fixed4.3
状态Fixed

解决办法

Workaround 1: Export the data to a shapefile, then convert the data to a file geodatabase. This does not work if the service contains attachments or related tables. Workaround 2: Make the service editable and update the features through REST to give valid geometry to the features (http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Update_Features/02r3000000zt000000/). This requires knowing the object ID(s) of the feature(s) with empty geometry, and either knowing the X and Y coordinates of where the feature is located or assigning a dummy value. 1. Through REST, go to the Update Features operation (example: http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/SanFrancisco/311Incidents/FeatureServer/0/updateFeatures) 2. In the text box, use the following syntax: [ { "attributes" : { "objectid": 1 }, "geometry" : { "x" : -100.5, "y" : 40.5 } } ] 3. Repeat for all of the affected records.

重现步骤

漏洞 ID: BUG-000098474

软件:

  • ArcGIS Online

从 ArcGIS 专家处获得帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项

发现关于本主题的更多内容