Hey there,
Is there a way to reduce features across multiple Feature Layers?
We are seeing the following issue:
Screenshot 2023-08-21 at 17.36.59.png
Both "Feature Layers" are technically using the same Feature Service, we just have to create them separately because there is no way to programmatically add layers to the LayerList widget (if there is, I'd love to know!).
I'm constructing a single instance of a FeatureReductionCluster and passing it as the featureReduction property on each FeatureLayer. Unfortunately, this doesn't seem to be working.
I ended up solving this by writing my own LayerList widget.