Map-Forecast API has issue with Freezing altitude ISOLINES
-
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.
-
@administrators @KORINA::: please help. it is required urgently.
-
@Doitc-GIS Hello, you should be able to display isolines on all the layers. Please at our API documentation.
-
@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.
-
let isolines = store.getAllowed('isolines');
isolines.push('deg0');
setTimeout(() => {
store.defineProperty('isolines', 'allowed', isolines);
}, 100);adding these line forcefully rectified the issue...
-
@Doitc-GIS Hello, isolines for freezing altitude are only available with the ECMWF license, which you don't have.