漏洞 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.
重现步骤