laptop and a wrench

漏洞

The 'unit' argument is not honored when using arcgis.geometry.buffer.

上次发布: July 5, 2019 ArcGIS API for Python
漏洞 ID 编号 BUG-000123291
已提交June 24, 2019
上次修改时间June 5, 2024
适用范围ArcGIS API for Python
找到的版本1.6
操作系统Windows OS
操作系统版本10.0 64 Bit
修正版本2.0.0
状态Fixed

解决办法

The source of the problem is a minor error in the 1.6.1 source code for the buffer function in /arcgis/_impl/tools.py.

On line 5559:

params['units'] = unit

Correct to:

params['unit'] = unit

This update resolves the aforementioned problems and requests to /geometry are properly handled.

重现步骤

漏洞 ID: BUG-000123291

软件:

  • ArcGIS API for Python

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

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

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项