ArcGIS API for JavaScript 4.x is rendering slower and lagging compared to 3.x.
最後に公開された状態: February 1, 2018ArcGIS API for JavaScript
不具合 ID 番号
BUG-000110153
送信されました
December 12, 2017
最終更新日
June 5, 2024
適用対象
ArcGIS API for JavaScript
見つかったバージョン
4.5
ステータス
Will Not Be Addressed
開発チームは、この問題またはリクエストを検討した結果、これに対処しないことに決定しました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
Development is currently underway with the 4.x featurelayer and how it works with performance. It is not yet complete.
対処法
Query the features once and then make a new feature layer from the feature set that is returned from the query. This allows the panning and zooming to be a lot more quicker since it is not querying the layer each time the map moves. Sample of work around: <a href="https://jsbin.com/rejavoledi/1/edit?output" target="_blank">https://jsbin.com/rejavoledi/1/edit?output</a>