laptop and a wrench

不具合

Graphics remain in the same location in the browser window when zooming in ArcGIS API for JavaScript 3.21, where the graphics are created from the ArcGIS Online web map based on the map's FeatureLayer query.

最後に公開された状態: January 5, 2021 ArcGIS API for JavaScript
不具合 ID 番号 BUG-000108316
送信されましたSeptember 26, 2017
最終更新日June 5, 2024
適用対象ArcGIS API for JavaScript
見つかったバージョン3.21
オペレーティング システムN/A
オペレーティング システムのバージョンN/A
ステータスKnown Limit

参考情報

This is as designed.

対処法

Construct a new graphic from each graphic in the query result FeatureSet:Example:rather than:lyrSummary.add(r.features[i]);use the following:lyrSummary.add(new Graphic(r.features[i].toJson());

再現の手順

不具合 ID: BUG-000108316

ソフトウェア:

  • ArcGIS API for JavaScript

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

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

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

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

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

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

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