When the copy_data parameter is set to 'False', the ArcGIS API 1.9.1 for Python clone_items method incorrectly populates data rows in cloned feature layers when a web map and its contained feature layers are cloned. The newly created web map also incorrectly points to the original hosted feature layers instead of to the newly cloned feature layers.
上次发布: March 18, 2022ArcGIS API for Python
漏洞 ID 编号
BUG-000146305
已提交
January 24, 2022
上次修改时间
February 20, 2025
适用范围
ArcGIS API for Python
找到的版本
1.9.1
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This is by design. When 'copy_data=False', the service is copied by reference. The documentation is expanded in 2.0.1. To copy the feature service without copying the data, use Item.copy_feature_layer_collection.