The featureLayer.applyEdits function in ArcGIS Maps SDK for JavaScript is intermittently delayed in updating graphics on lower-spec devices
ArcGIS Maps SDK for JavaScript
漏洞 ID 编号
BUG-000173186
已提交
December 19, 2024
上次修改时间
December 22, 2024
适用范围
ArcGIS Maps SDK for JavaScript
找到的版本
4.29
操作系统
Windows OS
操作系统版本
N/A
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
FeatureLayers are not optimized for handling high-intensity streaming data. For such use cases, it is recommended to use StreamLayers instead, as StreamLayers are specifically designed for efficient streaming of dynamic features. Integrate StreamLayers with a custom websocket (https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-StreamLayer.html#webSocketUrl) or use the client-side StreamLayer (https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-StreamLayer.html#creating-a-streamlayer) for seamless integration depending on your needs.
Additional explanation can be found here: https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-deal-with-showing-massive-data-built-client/m-p/1565241/highlight/true#M86199
The ArcGIS Maps SDK for JavaScript: FeatureLayer documentation will be updated to make this clear.