laptop and a wrench

Bug

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

Last Published: February 21, 2023 ArcGIS API for JavaScript
Bug ID Number BUG-000150254
SubmittedJune 24, 2022
Last ModifiedJune 5, 2024
Applies toArcGIS API for JavaScript
Version found4.23
Operating SystemWindows OS
Operating System Version11.0 64 bit
StatusAs Designed

Additional Information

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.

Workaround

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

Steps to Reproduce

Bug ID: BUG-000150254

Software:

  • ArcGIS API for JavaScript

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options