Hi Community and Esri,
I'm encountering an issue with visualVariables and complex scalable CIM visualisations. (with primitiveOverrides scaleX)
1. Without use of visualvariables: when zooming in and out -> smooth transition between uniquevalueInfos
1. With visualVariables: laggy and a clear delay visible. Looks like visual variables needs more time to process. (BUG gif)
When having 100+ images / svgs it looks buggy and not professional. Without the visual vars it looks professional -> This is the way to go.
To reproduce:
https://codepen.io/michaelk95/pen/KwMEPmj??editors=1000
Thanks in advance.
Gr
Michael
This is interesting - I guess there is an issue with execution order where the rotation visual variable and value expression update don’t happen at exactly the same time?
I really like your logic for real world ship size! How come you have to put a latitude correction on the scale?