Esri / cluster-layer-js

One example of how to cluster many point features
http://esri.github.io/cluster-layer-js/
Apache License 2.0
62 stars 50 forks source link

Multiple renderer in single feature layer #51

Open abhi2june opened 4 years ago

abhi2june commented 4 years ago

Trying to add ClassBreakRenderer for clustering behaviour and for showing different color symbol for single location based on input field, so i tried to use UniqueValueRenderer in same layer too, but seems we can 't use more than one renderer. Either we can have clustering behaviour or UniqueValueRenderer based on some input attribute value,, if any one tried and able to get it,please tell how to do it