nav, header and map image cleanup

This commit is contained in:
Matt Walsh 2025-05-14 14:50:02 -05:00
commit 7fae649357
No known key found for this signature in database
230 changed files with 34 additions and 1155 deletions

View file

@ -52,7 +52,7 @@ class Radar extends WeatherDisplay {
}
// get the base map
const src = 'images/4000RadarMap2.jpg';
const src = 'images/maps/radar.jpg';
this.baseMap = await loadImg(src);
const baseUrl = 'https://mesonet.agron.iastate.edu/archive/data/';