The BaseTileLayer.fetchTile() method is not called most of the time when zooming out on a map or scene.
上次发布: March 6, 2023ArcGIS Maps SDK for JavaScript
漏洞 ID 编号
BUG-000156270
已提交
March 2, 2023
上次修改时间
December 6, 2024
适用范围
ArcGIS Maps SDK for JavaScript
找到的版本
4.26
操作系统
Windows OS
操作系统版本
10.0 64 Bit
修正版本
4.27
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
附加信息
This issue is fixed at ArcGIS Maps SDK for JavaScript version 4.27. The BaseTileLayer.refresh method must be called when updating tiles. Use the following code in CodePen: https://codepen.io/U_B_U/pen/poxYdrP?editors=1000.
Zoom in immediately once the app loads, then zoom out. You should see that the parent tiles are cleared. The app calls for the layer.refresh method after five seconds.