I have a feature layer which is being used in a javascript application. The layer is hosted in AGOL, and I would normally control the symbology of the layer using the visualization tab in AGOL. Since the major update to AGOL this quarter, the symbology that I set is not adhered to in a JS application. Even when I add my feature layer to ESRI sample code such as https://developers.arcgis.com/javascript/latest/sample-code/sandbox/?sample=layers-featurelayer it still does not adhere, ruling out the possibility of error in my code. The symbology of the feature layer reverts back to the default symbology that it was published to agol with when viewed in a JS application.
Additionally, this problem is true for the visibility range of the feature layer.
TIA
Hi Ron,
Can you provide more details about the visualization. What renderer type are you using? Does it use Arcade or visual variables? How many breakpoints, stops, fields, etc are you using?