Hi 🙂
I using a cluster feature reduction on a feature layer, and I want to make clusters with less then a certain number not visible.
is it possible?
Solved! Go to Solution.
Hi @Guy_srb, you should be able to do this with some client-side filtering. Here is a sample that allows users to change what clusters appear on the map: https://developers.arcgis.com/javascript/latest/sample-code/featurereduction-cluster-filter-slider/
You might also be able to define the smallest size of the clusters, if that is useful in your scenario: https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-FeatureReductionCl...
Hi @Guy_srb, you should be able to do this with some client-side filtering. Here is a sample that allows users to change what clusters appear on the map: https://developers.arcgis.com/javascript/latest/sample-code/featurereduction-cluster-filter-slider/
You might also be able to define the smallest size of the clusters, if that is useful in your scenario: https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-FeatureReductionCl...