laptop and a wrench

漏洞

ImageryTiledLayers displayed in a local SceneView clip other layers to its extent when there is no other basemap present.

上次发布: February 21, 2023 ArcGIS API for JavaScript
漏洞 ID 编号 BUG-000150254
已提交June 24, 2022
上次修改时间June 5, 2024
适用范围ArcGIS API for JavaScript
找到的版本4.23
操作系统Windows OS
操作系统版本11.0 64 bit
状态As Designed

附加信息

The union of TiledLayers (including ImageryTiledLayers) defines the extent in a scene. TiledLayers are not client-side re-projectable in a SceneView and define the tiling scheme for the view. As a consequence, this also defines the scene's extent.

解决办法

  • When using ArcGIS API for JavaScript 4.21 and above, users need to add a basemap to make it work:

const map = new Map({

basemap: "topo-vector",

layers: [

dynamicImageLayer,tilelayer,graphicsLayer

]

});

  • Republish the ImageryTiledLayer with the desired larger extent.

重现步骤

漏洞 ID: BUG-000150254

软件:

  • ArcGIS API for JavaScript

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项