Graphics are pixelated in a higher screen resolution, such as in 8K, in SceneView.
上次发布: December 29, 2020ArcGIS API for JavaScript
漏洞 ID 编号
BUG-000135556
已提交
November 18, 2020
上次修改时间
June 5, 2024
适用范围
ArcGIS API for JavaScript
找到的版本
4.17
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
It is not in the current product plan to work on supporting 8K resolution displays. As a workaround, use the following code snippet in the application. It sets the resolution of the draped overlay to be higher and improves the rendering slightly:
view.when(function () {
view.basemapTerrain.overlayManager._maxResolution = 8192;
});