Using image layer on SceneView creates multiple requests to the export image operation.
上次发布: April 6, 2018ArcGIS API for JavaScript
漏洞 ID 编号
BUG-000112332
已提交
March 12, 2018
上次修改时间
June 5, 2024
适用范围
ArcGIS API for JavaScript
找到的版本
4.6
操作系统
Windows OS
操作系统版本
10.0
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
A single request can only serve a single resolution. If users wanted to request a single image in a resolution that looks nice close to the camera but that spans the view sufficiently, it would be gigantic (and 90% of the data would be wasted because its resolution would be too high for the areas not so close to the camera). For tile layers, users display up to six different resolutions at a time, but the imagery layer requests are much slower than the tile request, which is why users limit themselves to two image requests (at 2 different resolutions).