When using the ArcGIS API for Python, interpolate_points does not overwrite an existing layer when the overwrite parameter is set to True.
ArcGIS API for Python
漏洞 ID 编号
BUG-000178988
已提交
August 25, 2025
上次修改时间
September 2, 2025
适用范围
ArcGIS API for Python
找到的版本
2.4
操作系统
Windows OS
操作系统版本
11.0 64 bit
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
Per the documentation, the output_name can be a string or feature layer, not item. Per the documentation, the output_name can be a string or feature layer, not item. Refer to the documentation for more information.
The reason it cannot be an Item is because an Item can be composed of multiple layers. When trying to overwrite the layers, it would not know what layer to overwrite.