When publishing a scene that contains one or more vertical feature lines, none of the feature lines display in the web scene.
上次发布: September 30, 2019ArcGIS Online
漏洞 ID 编号
BUG-000095294
已提交
March 25, 2016
上次修改时间
February 20, 2025
适用范围
ArcGIS Online
找到的版本
N/A
操作系统
Windows OS
操作系统版本
7.0 64 Bit
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
ArcGIS Online validates service geometry according to Open Geospatial Consortium (OGC) rules. When features are non-compliant with OGC validation rules, feature rendering are impacted. OGC stipulates that Z values are ignored when validating geometry. While X and Y values must represent a coordinate value, Z values are not required to represent elevation (they could represent anything, for example rainfall measurements or income generated), which is why they are ignored for geometry validation.
When a line is perfectly vertical, during geometry validation it appears as two (or more) perfectly coincident points and therefore are invalidated due to "short segments". Therefore this behavior is expected.
Vertical lines can be represented in compliance with OGC validation by using extruding points.
解决办法
Delete the vertical lines from the feature class before publishing the scene.