Routing fails when the stop is moved by less than 100 feet.
ArcGIS Pro
漏洞 ID 编号
BUG-000171621
已提交
October 18, 2024
上次修改时间
April 3, 2025
适用范围
ArcGIS Pro
找到的版本
N/A
操作系统
N/A
操作系统版本
N/A
修正版本
3.5
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
This is a data-specific issue. The reason is that freeways are marked as class 1 roads, whereas some of the loops are marked as class 2. When the solver is looking only for class 1 to class 1 connections, it fails to finish the route because there is a class 2, causing a disconnect. As an option, clean up the data to ensure all freeways are class 1 or use {"TopHierarchyLevel":2} to solve the data issue.