custom color scale doesnt work correctly on weather radar
-

-
@ezz456CH Hello, do you have the latest version of the app?
-
@Suty
Hi,
I have the v47.1.4. Is it the last version ?
The radar layer does not show a color scale according to my saved scale.
In the browser version, the radar layer shows the correct color scale. -
@idefix37 Okay, so it should be solved in version 47.2, which is available in the browser. Apps will get this update in upcoming days.
-
@Suty
Thank you. -
@Suty sorry for late reply, i currently using the v47.1.4 version on the app
but on browser(microsoft edge, v47.2.1) also have the same issue on the same color scale
-
@ezz456CH Hello, Could you please export your color scale here?
-
@Suty alright, here is my color scale
[[5,[60,108,153,255]],
[10,[81,147,184,255]],
[15,[104,197,220,255]],
[20,[33,213,60,255]],
[25,[21,180,19,255]],
[30,[24,145,14,255]],
[35,[35,107,8,255]],
[40,[238,217,0,255]],
[45,[255,151,0,255]],
[50,[255,38,0,255]],
[55,[185,0,0,255]],
[60,[167,90,90,255]],
[65,[255,215,255,255]],
[70,[238,91,255,255]]] -
@ezz456CH Thank you for sharing this with us. I will forward this to our colleagues for further investigation.
-
Hi @ezz456CH, there is bug in customizing (at least) radar color scale. Value
255needs to be at the end of the scale in order to work. So your scale with added 255 at the end should work (at least for me it works):[[5,[60,108,153,255]], [10,[81,147,184,255]], [15,[104,197,220,255]], [20,[33,213,60,255]], [25,[21,180,19,255]], [30,[24,145,14,255]], [35,[35,107,8,255]], [40,[238,217,0,255]], [45,[255,151,0,255]], [50,[255,38,0,255]], [55,[185,0,0,255]], [60,[167,90,90,255]], [65,[255,215,255,255]], [70,[238,91,255,255]], [255,[0,0,0,0]]]
-
@Filip_K hi, this one are worked for me too(on both mobile and browser). thank you for your help!