Hello!
I would like to change the color in the gps map, for example, of the water when a light switch is pressed.
<CustomDrawParam id="WaterColor" Name="WaterColor">
<Value>
(A:LIGHT PANEL, bool) if{ 0x0000FF } els{ 0xFF0000 }--></Value>
</CustomDrawParam>
This actually works, but in order to make the water color change, i have to turn off terrain display and turn on it again.
I would like that when the light switch is pressed, the water color changes automatically.
Maybe an UPDATE tag? or maybe something in the switch code?
Thanks for any help!!!
I would like to change the color in the gps map, for example, of the water when a light switch is pressed.
<CustomDrawParam id="WaterColor" Name="WaterColor">
<Value>
(A:LIGHT PANEL, bool) if{ 0x0000FF } els{ 0xFF0000 }--></Value>
</CustomDrawParam>
This actually works, but in order to make the water color change, i have to turn off terrain display and turn on it again.
I would like that when the light switch is pressed, the water color changes automatically.
Maybe an UPDATE tag? or maybe something in the switch code?
Thanks for any help!!!




