let isolines = store.getAllowed('isolines');
isolines.push('deg0');
setTimeout(() => {
store.defineProperty('isolines', 'allowed', isolines);
}, 100);
adding these line forcefully rectified the issue...
let isolines = store.getAllowed('isolines');
isolines.push('deg0');
setTimeout(() => {
store.defineProperty('isolines', 'allowed', isolines);
}, 100);
adding these line forcefully rectified the issue...
@Korina :: 
I am able to select all display isolines except "Freezing Altitude". It is working fine in your live application.
Not getting any answer from documentation. Please suggest.
@administrators @KORINA::: please help. it is required urgently.
Hi I am using https://api.windy.com/assets/map-forecast/libBoot.js' library in my application.
I am using paid version of it.
I can see Freezing altitude option in display isoline card but not able to select it. I tried to debug it and found deg0 is not an allowed value.
This is somehow missing in api.
Please fix the issue asap.
Somehow it is handled in windy.app live version.