D:_WORK\Router\images\Screenpresso\2025-09-30_17h10_58.png
D:_WORK\Router\images\Screenpresso\2025-09-30_17h11_07.png
The same error on the windy demo page
D:_WORK\Router\images\Screenpresso\2025-09-30_17h10_58.png
D:_WORK\Router\images\Screenpresso\2025-09-30_17h11_07.png
The same error on the windy demo page
Hello,
I've faced today with the issue with iconfont
Access to font at 'https://www.windy.com/v/36.0.0.lib.4d82/iconfont.woff' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Access to font at 'https://www.windy.com/v/36.0.0.lib.4d82/iconfont.ttf' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
@David-Ryzec-3
I've found the root of the issue. I use leaflet 1.9 in other pages of our vue site and there was a conflict with leaflet.css file from 1.9. When I remove leaflet.css includes on other pages windy map starts works well.
Is there any way to use leaflet 1.9 for whole site and 1.4 (w/o leaflet.css) for a page with windy map?
Thanks.

I’ve integrating Windy Map Forecast via libBoot.js into a Vue 2 app. The map renders and authorizes correctly, but the built-in Windy UI (logo, zoom buttons, layer selector, legend/timeline) is hidden under the weather tiles/canvases. Those UI elements briefly appear only while the map is redrawing (during zoom/pan) and then get covered again by the tiles.
Environment
Framework: Vue 2.7
Leaflet: project uses 1.9.x, but for Windy we load 1.4.0 as required
Windy API: Map Forecast via https://api.windy.com/assets/libBoot.js
Dev server: http://localhost:8080 (domains whitelisted; key authorizes fine)
OS/Browser: Windows 10/11, latest Chrome
What we see
Weather layers render (particles, tiles) and updates work
Windy UI elements are present in the DOM but are not visible most of the time (seem to be behind the map tiles/canvases)
During zoom/pan, while old tiles are cleared and new tiles load, the UI becomes visible for a moment
Thanks for any hints!