The zoom functionality is inconsistent when an image layer is zoomed using the mouse wheel in ArcGIS Experience Builder developer edition version 1.12.
ArcGIS Experience Builder developer edition
漏洞 ID 编号
BUG-000161604
已提交
September 21, 2023
上次修改时间
August 5, 2025
适用范围
ArcGIS Experience Builder developer edition
找到的版本
1.12
操作系统
Windows OS
操作系统版本
N/A
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
When zooming in on a map, sometimes the map API loads tiles that are several levels smaller, for fewer requests to be sent to ensure that the map is not blank. Then the current level of tiles are loaded, making the map gradually clearer. This is similar to loading a large image, where the browser first loads a smaller, blurred image to depict the general outline of the image and then loads the larger, original image clearly. This is a common optimization strategy in map rendering engines.