We're creating a webmap using the ArcGIS API for Javascript 4.25. We wish to include a FeatureLayer where all categories are styled according to the attached files. the symbology there was created with ArcGIS Pro and could be summarised as follows:
We REALLY need to stick to our symbology, crucial are the scale-dependent symbolgy which not only influences the color and outline, but also switches at a certain scale from filled to donut-effect. Is there any possibility to include ALL these requests into a unique value renderer? thus I managed this: https://codepen.io/nwp_nadja_bernhard/pen/qBKoPqN
(a MapImageLayer would display the layer in the desired format, but we can'tuse a MapImageLayer as this format doesn't allow to:
and these are functionalities we would need.)