The feature layer with line geometry hosted on ArcGIS Online generates geometry requests when panning around a map in ArcGIS Maps SDK for JavaScript 4.28, despite setting the maximum cache age to 1 hour.
ArcGIS Maps SDK for JavaScript
漏洞 ID 编号
BUG-000162657
已提交
November 2, 2023
上次修改时间
December 6, 2024
适用范围
ArcGIS Maps SDK for JavaScript
找到的版本
4.28
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
This behavior is expected. For point feature layers, download everything upfront (if it is not editable), so this is the reason why the subsequent requests for that layer is not visible. With caching enabled on the polyline feature layer, the requests will still be made, but will show as being returned from the disk cache in developer tools network tab. This appears to be working as expected.