Frames are dropped when panning maps with more than 100 MapImageLayers.
上次发布: October 31, 2022ArcGIS API for JavaScript
漏洞 ID 编号
BUG-000152948
已提交
October 12, 2022
上次修改时间
June 5, 2024
适用范围
ArcGIS API for JavaScript
找到的版本
4.24
操作系统
Windows OS
操作系统版本
N/A
修正版本
4.25
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
附加信息
The way of rendering MapImageLayer is overhauled to take advantage of the new browser APIs and WebGL2 features where supported. Image decoding is now threaded and asynchronous. Texture immutability is used to speed uploads, and chunking to partially upload textures over multiple frames without blocking the main thread. Following these changes, maps using multiple MapImageLayers are more responsive and contain higher framerates when panning.