laptop and a wrench

漏洞

The 'Create LRS Network From Existing Dataset' tool in ArcGIS Pro does not work when the geographic coordinate system is set for an input feature class.

上次发布: February 23, 2021 ArcGIS Pro
漏洞 ID 编号 BUG-000137002
已提交January 26, 2021
上次修改时间June 5, 2024
适用范围ArcGIS Pro
找到的版本2.7
操作系统Windows OS
操作系统版本10.0
状态Will Not Be Addressed

附加信息

In a Python script, when a spatial reference is created by WKID (arcpy.SpatialReference(4326)), all of its properties such as XY, M tolerances, and resolutions have default values. For M-tolerance, it is 0.001. The M units are derived based on the following parameters: XY-tolerance value, XY-tolerance units, and M-tolerance value. M-tolerance value must be converted properly as described in the documentation. The Python script must update the default values for M-tolerance and M-resolution. This is done by adding a couple of lines of code in the beginning: # METERSarcpy.env.MResolution = 0.00009988805323293938arcpy.env.MTolerance = 0.00099888053232939384or# MILESarcpy.env.MResolution = 0.000000062067434592500arcpy.env.MTolerance = 0.000000620674345925004

重现步骤

漏洞 ID: BUG-000137002

软件:

  • ArcGIS Pro

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

下载 Esri 支持应用程序

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

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项