Purging features from a stream layer does not work if the stream layer is instantiated with the purgeOptions 'displayCount' and 'age'.
最後に公開された状態: November 1, 2017ArcGIS API for JavaScript
不具合 ID 番号
BUG-000107689
送信されました
August 29, 2017
最終更新日
June 5, 2024
適用対象
ArcGIS API for JavaScript
見つかったバージョン
3.21
ステータス
Will Not Be Addressed
開発チームは、この問題またはリクエストを検討した結果、これに対処しないことに決定しました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
This appears to be working as expected. The expected behavior is that expired features (timestamp older than purgeOptions.age) get removed first. Then, if the number of features is still greater than purgeOptions.displayCount, the number is reduced to match purgeOptions.displayCount.