add Weather Radar for USA

This commit is contained in:
Stanislav Lechev [0xAF] 2023-09-01 00:13:32 +03:00
parent 6382fb1a0b
commit 8fe8d7d7da
1 changed files with 7 additions and 0 deletions

View File

@ -118,6 +118,13 @@ var mapExtraLayers = [
attribution: 'Map data: &copy; <a href="http://www.openseamap.org">OpenSeaMap</a> contributors' attribution: 'Map data: &copy; <a href="http://www.openseamap.org">OpenSeaMap</a> 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: &copy; Iowa State University'
},
},
]; ];
// reasonable default; will be overriden by server // reasonable default; will be overriden by server