A 3D Tile Package generated from Open scene graph binary (OSGB) data in ArcGIS Pro fails to display as a 3D tile layer in Scene Viewer when hosted in ArcGIS Enterprise.
ArcGIS GIS Server
漏洞 ID 编号
BUG-000178997
已提交
August 26, 2025
上次修改时间
September 21, 2025
适用范围
ArcGIS GIS Server
找到的版本
11.5
操作系统
Windows OS
操作系统版本
11.0 64 bit
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
The client must properly encode the URL when sending requests, with + encoded as %2B. When encoded correctly, the request functions as expected. For example: .../3DTilesServer/Tile_%2B003_%2B003/Tile_%2B003_%2B003.json. Without proper encoding, the IIS web adaptor cannot process the request, and it never reaches the handler.