laptop and a wrench

Error

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

Última publicación: February 21, 2023 ArcGIS API for JavaScript
Número de ID del error BUG-000150254
EnviadoJune 24, 2022
Última modificaciónJune 5, 2024
Relacionado conArcGIS API for JavaScript
Versión encontrada4.23
Sistema operativoWindows OS
Versión de sistema operativo11.0 64 bit
EstadoAs Designed

Información adicional

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.

Solución alternativa

  • 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.

Pasos para reproducir

ID del error: BUG-000150254

Software:

  • ArcGIS API for JavaScript

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga