The TileLayer does not dynamically load tiles in after exceeding the level at which the cached tiles exist for the service.
上次发布: November 6, 2020ArcGIS API for JavaScript
漏洞 ID 编号
BUG-000133378
已提交
August 26, 2020
上次修改时间
June 5, 2024
适用范围
ArcGIS API for JavaScript
找到的版本
4.16
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This is as designed. In ArcGIS Javascript 4.11, we added support to disable resampling of TileLayers.
As part of this change, we also check max and min LODs of the service and don’t fetch tiles past that point. The service provided in this issue, (https://devfscintmaps.fsc.org/server/rest/services/ForestAuditApp/WDPA_Global_poly/MapServer), advertises maxLOD of 8. So we are not fetching any tiles past it.
解决办法
Change the map scale on the service to include a high map scale.
If the layer is MapService containing a cached FeatureLayer, display it as a TileLayer when zoomed out, and display it as a FeatureLayer when zoomed in.