Selection Symbol Renderer

597
2
01-25-2022 02:40 PM
Status: Under Consideration
Labels (2)
NathanHeickLACSD
Occasional Contributor III

I am working with the 3.X API right now and I found it would be beneficial if I could apply a renderer to the selected features.  We have complex sewer asset symbology and it would be nice if the selected symbols were similar, but had different properties to show they are selected.  I just don't want to collapse our symbology down to one symbol when we make a selection.  Also, I would like to do this as part of the feature layer behavior, not with separate graphics layers.

2 Comments
BjornSvensson
Status changed to: Implemented

The 3x API is essentially in maintenance mode.

In the 4x API, you can use FeatureEffect to apply a renderer to selected features.  See for example these samples: https://developers.arcgis.com/javascript/latest/sample-code/?tagged=FeatureEffect or read the API reference.

UndralBatsukh
Status changed to: Under Consideration