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 Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動