The console has
TypeError: Error resolving module specifier: @leafletGl index.js
https://www.windy.com/v/49.1.1.ind.eb7f/index.js from 2026-03-18 is minified, the triggering code seem to be like this:
Code: Select all
import
{
LatLngBounds as g,
Point as v,
addProtocol as b,
TileLayer as _,
ReferenceCountedCache as w,
GridLayer as y,
falseFn as E,
wrappedCoords as T,
DomUtil as A,
LeafletGlMap as S,
LatLng as C,
Icon as P,
Marker as R,
KML as x,
getVersion as I,
DivIcon as L,
LatLngGraticule as O,
MercatorCoordinate as N,
LngLat as M,
LngLatBounds as D,
getCoordsKey as U,
TileCache as k,
isWebGL2 as F,
Bounds as G,
OverscaledTileID as B
} from"@leafletGl";
Code: Select all
<script type="importmap">{
"imports": {
"@windyCore": "./v/49.1.1.ind.eb7f/index.js",
"@leafletGl": "./v/49.1.1.ind.eb7f/leaflet-gl.js"
}
}</script>
<script type="module" src="v/49.1.1.ind.eb7f/leaflet-gl.js" async>
</script>
<script type="module" src="v/49.1.1.ind.eb7f/index.js">
</script>Looks like leaflet-gl needs WebGL, but that works.
On network connections, forcing refresh i see download of "/", "index.css", "leaflet-gl.js", "index.js", .. all status code 200.


