add Weather Radar for USA
This commit is contained in:
parent
6382fb1a0b
commit
8fe8d7d7da
|
|
@ -118,6 +118,13 @@ var mapExtraLayers = [
|
||||||
attribution: 'Map data: © <a href="http://www.openseamap.org">OpenSeaMap</a> contributors'
|
attribution: 'Map data: © <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: © Iowa State University'
|
||||||
|
},
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
// reasonable default; will be overriden by server
|
// reasonable default; will be overriden by server
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue