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>