Select to view content in your preferred language

Feature Reduction across multiple Feature Layers

329
1
08-21-2023 03:40 PM
AddisonShaw
Occasional Contributor

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.

0 Kudos
1 Reply
AddisonShaw
Occasional Contributor

I ended up solving this by writing my own LayerList widget.

0 Kudos