Select to view content in your preferred language

4.34 - BUG - Renderer with visualVariables and expressions

202
1
02-13-2026 02:11 AM
michaelpoa
Regular Contributor

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

michaelkdev_0-1770977049192.gif

 

1. With visualVariables: laggy and a clear delay visible. Looks like visual variables needs more time to process. (BUG gif)

michaelkdev_1-1770977158233.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

1 Reply
JonathanDawe_BAS
Frequent Contributor

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?

0 Kudos