laptop and a wrench

不具合

In ArcGIS API for JavaScript 4.22, when applying a filter function on a web scene, the web scene flashes for a moment before the requested filter is applied.

最後に公開された状態: March 4, 2022 ArcGIS API for JavaScript
不具合 ID 番号 BUG-000147135
送信されましたFebruary 23, 2022
最終更新日June 5, 2024
適用対象ArcGIS API for JavaScript
見つかったバージョン4.22
オペレーティング システムWindows OS
オペレーティング システムのバージョン10.0 64 Bit
ステータスKnown Limit

参考情報

This is a known limitation and can be fixed on the app level by preloading the fields for the filter.

対処法

Adding the following code snippet to the app causes the flashes to disappear.

 webscene.layers.forEach((layer) => {

  if (layer.title !== "Building Wireframe") {

   layer.outFields = ["FLOOR"];

  }

 });

再現の手順

不具合 ID: BUG-000147135

ソフトウェア:

  • ArcGIS API for JavaScript

バグのステータスが変更されたときに通知を受け取る

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

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

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

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

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

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