Short line features are not labeled in a vector tile package.
上次发布: July 12, 2022ArcGIS Pro
漏洞 ID 编号
BUG-000150131
已提交
June 21, 2022
上次修改时间
August 14, 2025
适用范围
ArcGIS Pro
找到的版本
2.9.3
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The lines in the vector tiles disappear when zoomed in past the Maximum Cached Scale, unlike the input map. The line segments that do not get labeled in this case are not viewable at a scale at which they will be long enough for the label to be placed.
解决办法
Use the Add Geometry Attributes (Data Management) tool for the line feature class, and set the LINE_BEARING as the geometry property. The column Line_Bearing is created representing the direction of each line in degrees.
Use the Feature To Point tool for the column created.
Customize the label position of the point feature layer. Set Placement to 'centered on point', the rotation field to BEARING, and the rotation type to Geographic.