When publishing a layer with a custom symbology based on an attribute field as a web scene to ArcGIS Online, the published scene layer displays a different symbology.
上次发布: March 22, 2022ArcGIS Online
漏洞 ID 编号
BUG-000147417
已提交
March 8, 2022
上次修改时间
June 5, 2024
适用范围
ArcGIS Online
找到的版本
9.4
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
When viewing the published scene, Scene Viewer opens a local scene. When viewing the published layer, Scene Viewer takes the default for this spatial reference (Web Mercator) and opens a global scene (https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#viewing-modes).
The reason why the two scenes look different is the following:
The local scene is projected to a plane, therefore, the further the North, the more the map gets stretched or distorted. The 3D Symbols on the other hand don't change the size to match the stretching of the map. Therefore when opening the same layer in a global scene, the map is not stretched anymore and the symbols appear closer to each other.
Open an empty local scene, and then load the scene layer. There is currently no option to let the size of the symbol adapt to the distortion of the map.