Inconsistency when pulling the operational layer of the webmap when using the dictionary key in https://notebooks.esri.com vs the installed version.
上次发布: August 6, 2018ArcGIS API for JavaScript
漏洞 ID 编号
BUG-000113596
已提交
April 27, 2018
上次修改时间
June 29, 2025
适用范围
ArcGIS API for JavaScript
找到的版本
3.5
操作系统
Windows OS
操作系统版本
7.0 64 Bit
修正版本
1.9.0
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
Use the webmap layer property to find the operational layer information, such as:web_map_object.layersThe number of layers can be found by using:len(web_map_object.layers)