@Gkikas-LGPZ Thanks
Astronomers
Astronomers and stargazers. People who stare at the sky
Posts
-
RE: Diagramma skew t
@idefix37 I just asked, if you can't help me don't answer
-
UKMO Global model
Hello Team Windy!
Tell me, are there any changes regarding the addition of the UKMO Global model? You have already discussed this before from 2022.
Thanks!
-
RE: Satellite overlay not showing when switching back – re-init wipes custom layers
@b.rochut This is BUG
URL of a plugin codes would be nice
-
IMPORTANT: Check your plugin on mobile device!!!!
For some time, the plugins are available in mobile apps also.
Plese check your plugin on mobile device also
-
RE: Upcoming changes to Windy Plugin system
We’re working hard to implement a new mapping library for Windy. The new library combines MapLibre GL JS and Leaflet, bringing together the advantages of WebGL performance with Leaflet’s rich ecosystem and easy-to-use API. We’re calling the new library leaflet-gl.
The library abandons legacy Leaflet constructors, so please update your code accordingly. If you are a plugin developer, please update your constructors as well.
We expect to launch this new library around January/February 2026.
Legacy constructors (to be removed):
const marker = L.marker(...);New constructors (use these):
const marker = new L.Marker(...);
