On Tue, Jul 27, 2010 at 2:01 PM, Dan MacLeod <[email protected]> wrote:
>
> I should have added, I'm thinking mainly about radar data, i.e. storms,
> hurricanes.
>

Have you seen http://www.nws.noaa.gov/gis/otherpage.htm ?

One of my students used the following OpenLayers code to add active
Hurricane tracks to her map
(http://webmapping.mgis.psu.edu/geoserver/www/lovely/Nlovely.html)

var trop= new OpenLayers.Layer.WMS(
                "Tropical Cyclone Track Forecast",
"http://nowcoast.noaa.gov/wms/com.esri.wms.Esrimap/wwa?";,
                {
                    layers:                     
'NHC_TRACK_WWLIN,NHC_TRACK_LIN,NHC_TRACK_POLY,NHC_TRACK_PT,NHC_TRACK_PT_120DATE,NHC_TRACK_PT_72DATE,NHC_TRACK_PT_0NAMEDATE,NHC_TRACK_PT_120WLBL,NHC_TRACK_PT_72WLBL,NHC_TRACK_PT_MSLPLABELS',
                    styles: '',
                    height: '330',
                    width: '800',
                    srs: 'EPSG:4326',
                          transparent: true,
                    format: 'image/png'
                },
                {isBaselayer: false, singleTile: true, ratio: 1}
            );  

Ian

-- 
Ian Turton

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share 
of $1 Million in cash or HP Products. Visit us here for more details:
http://ad.doubleclick.net/clk;226879339;13503038;l?
http://clk.atdmt.com/CRS/go/247765532/direct/01/
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to