From 8fe8d7d7da80b9258a4eb4eaae3a149fa1c4b5b2 Mon Sep 17 00:00:00 2001 From: "Stanislav Lechev [0xAF]" Date: Fri, 1 Sep 2023 00:13:32 +0300 Subject: [PATCH] add Weather Radar for USA --- htdocs/map-leaflet.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/htdocs/map-leaflet.js b/htdocs/map-leaflet.js index 30788b53..13311091 100644 --- a/htdocs/map-leaflet.js +++ b/htdocs/map-leaflet.js @@ -118,6 +118,13 @@ var mapExtraLayers = [ attribution: 'Map data: © OpenSeaMap contributors' }, }, + { + name: 'WeatherRadar-USA', + url: 'http://mesonet.agron.iastate.edu/cache/tile.py/1.0.0/nexrad-n0q-900913/{z}/{x}/{y}.png', + options: { + attribution: 'Map data: © Iowa State University' + }, + }, ]; // reasonable default; will be overriden by server