The map.reorderLayer does not change the layer order when the map has FeatureLayer with a HeatmapRenderer.
上次发布: July 29, 2016ArcGIS API for JavaScript
漏洞 ID 编号
BUG-000094722
已提交
March 7, 2016
上次修改时间
February 7, 2025
适用范围
ArcGIS API for JavaScript
找到的版本
3.16
操作系统
N/A
操作系统版本
N/A
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This app is behaving as expected. The actual layers with the heatmap renderers are not in the normal layer rendering stack when they are using a heatmap renderer. The heatmap renderer is instead putting an image on top of the map. You can call setVisibility on the layer you want to disappear, or you could manipulate the opacity of the layers to show one or the other or even visibly layer them on top of each other. However, setting the layer’s order in the map, won’t have any effect on the final visual rendering of the heatmap.