获取应用程序中的漏洞更新
URL 已复制
共享 URL
漏洞
When exporting data to a CSV file using the Attribute Table widget in Web AppBuilder for ArcGIS, if any records in the table contain an empty geometry, the OK button cannot be clicked in the 'Export to CSV' dialog box.
上次发布: April 13, 2018
ArcGIS Online
漏洞 ID 编号
BUG-000098356
已提交
August 5, 2016
上次修改时间
June 5, 2024
适用范围
ArcGIS Online
找到的版本
4.2
操作系统
Windows OS
修正版本
5.4
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
Make the service editable, and update the features through REST to give valid geometry to the features. For more information, refer to
http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Update_Features/02r3000000zt000000/
. This requires knowing the object IDs of the features with empty geometry, and either knowing the X and Y coordinates of where the feature should be located or assigning a dummy value. 1. Through REST, go to the Update Features operation (for 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 Steps 1 and 2 for all the affected records.
重现步骤
漏洞 ID: BUG-000098356
软件:
ArcGIS Online
当漏洞状态发生变化时获得通知
下载 Esri 支持应用程序
发现关于本主题的更多内容
Esri Community
搜索相关信息
Training
查找与此主题相关的培训
ArcGIS Ideas
探索想法并提供反馈
获取来自 ArcGIS 专家的帮助
联系技术支持部门
下载 Esri 支持应用程序
转至下载选项