Running the arcgis.widgets.MapView.zoom method causes the web map to flicker. The web map toggles rapidly between zoom level zero and the user-specified zoom level.
上次发布: November 5, 2021ArcGIS API for Python
漏洞 ID 编号
BUG-000128547
已提交
February 10, 2020
上次修改时间
June 5, 2024
适用范围
ArcGIS API for Python
找到的版本
1.7.0
操作系统
Windows OS
操作系统版本
10.0 64 Bit
修正版本
1.8.5
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
附加信息
This issue is fixed in ArcGIS API for Python 1.8.5 and higher.
解决办法
Create a MapView object using the gis.map() argument without specifying an extent.
Pass the zoomlevel argument to the gis.map() method instead of using the arcgis.widgets.MapView.zoom method.