Hi all,
we are using the FeatureReductionCluster mechanism to one of our point layers. It works like charm. We use the common attribute cluster_count as a label for the clusters. We would also like to have a popup for all the single point features behind the cluster. Since this is not foreseen in the FeatureReductionCluster mechanism, we have added the same feature layer with opacity = 0 and a popup template.
In some cases, we have multiple points on top of each other. The result is something like below:

We have the following 2 questions:
- Is there any plan to click and show the popup for the unique features below even when the FeatureReductionCluster is activated on the layer and the features are still clustered?
- If there are multiple points on top of each other, is there a way to show as cluster label, the number of features behind and not the number of geographic points with different coordinates? In the example above, the label of the cluster is 2 but on the popup it detects correctly 6 features (a group of 3 points with the same x and y and another group of 3 different points with the same x and y). It is confusing to see a different feature count between the cluster and the popup.
Please let us know about any feedback!