prop/assets
Graham McIntire bff90da60e
fix(weather): log failed cell-tile fetches instead of swallowing them
loadLayers did `if (!resp.ok) return`, so a 413 or 400 from
/weather/cells left the map blank with no console error and no UI
feedback — indistinguishable from "no data for this forecast hour".

This is reachable in normal use: the hook sets minZoom: 4, and a z=4
viewport on a wide window clamps to ~4500 sq deg, over GridBounds'
4000 sq deg cap, so zooming all the way out silently drops the
overlay. Zooming back in restores it, which makes the failure look
intermittent and untraceable.

Log the status, requested layers and URL so the next report is
diagnosable from the browser console.
2026-08-05 17:40:58 -05:00
..
css feat(docs/api): protocol-style two-pane API reference layout 2026-05-10 11:06:29 -05:00
js fix(weather): log failed cell-tile fetches instead of swallowing them 2026-08-05 17:40:58 -05:00
vendor feat(rover): score per-station terrain clearance from SRTM path samples 2026-04-25 17:29:29 -05:00
tsconfig.json Convert all JavaScript to TypeScript with type annotations 2026-04-11 16:59:28 -05:00