Hi everyone,
I’m currently working with ArcGIS JS 4.25 on the client side and ArcGIS Server 10.7. We’re using FeatureLayers with FeatureReduction and RefreshInterval. The entities on these layers are connected to our service layers via a database.
We need to use RefreshInterval to fetch the latest data at short intervals, as some of the entities represent moving assets. However, we’re encountering significant issues when FeatureReduction is enabled. Specifically:
- Each interval, some entities on the layer disappear and then reappear.
- Clusters keep changing, with the number of items fluctuating, even when the entities’ locations are static.
Has anyone else experienced similar issues or have any suggestions on how to resolve this? Any insights would be greatly appreciated!
Thanks in advance!