External Publication
Visit Post

Web Compatibility Support • windy.com - TypeError: Error resolving module specifier: @leafletGl

Pale Moon forum - Forum index [Unofficial] April 18, 2026
Source

https://www.windy.com/ does only show a logo since about a month. 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:

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";

The main page source html header has

CODE:

<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>

Is the importmap in the wrong order?

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.


Discussion in the ATmosphere

Loading comments...