ArcGISTiledMapServiceLayer fails to render when a map is initialized with ArcGISDynamicMapServiceLayer.
上次发布: February 28, 2017ArcGIS API for JavaScript
漏洞 ID 编号
BUG-000102228
已提交
January 19, 2017
上次修改时间
June 5, 2024
适用范围
ArcGIS API for JavaScript
找到的版本
3.19
操作系统
Red Hat Enterprise Linux
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This is not specific to the API but rather how cached data works with other layers. The cached service does not display if the map’s scale is not the same as one of its levels of detail (LODs). The dynamic service added as the first layer does not have LODs associated with it. A workaround is to either add the cached first and reorder the layers after the map loads, or by manually setting the map’s LODs using the cached layer’s LODs after the layer loads, causing the map to snap to the nearest LOD.