When accessing a tiled imagery layer from ArcGIS Online via ArcGIS Pro, the imagery loads very slowly initially and remains slow when zooming or panning the map.
ArcGIS Pro
漏洞 ID 编号
BUG-000174163
已提交
February 7, 2025
上次修改时间
February 12, 2025
适用范围
ArcGIS Pro
找到的版本
3.3
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
In Product Plan
该问题已添加到开发团队的解决问题中。 对于具有此状态的问题,将在近期版本(下一个或两个版本)中进行解决。 检查问题的“其他信息”或“备用解决方案”部分,寻找可以完全解决此问题的有用信息。
附加信息
The source imagery layer is created with a min/max scale property: https://tiledimageservices2.arcgis.com/HgtLmZiOnoT105i1/arcgis/rest/services/Aerial_Imagery_2024_3inch/ImageServer?f=pjson
"minScale" : 294912.000000001,
"maxScale" : 288.000000000001,
It should be displayed only within the specified scale range. However, the server does not control how client applications draw the tiles. Clients have access to the tiles and determine how to display them.
-Web Map Viewer ignores this property when rendering the service.
-ArcGIS Pro respects the min/max scale settings when displaying the imagery.
Refer to https://developers.arcgis.com/rest/services-reference/enterprise/map-service/ for more information.