[Tilecache] WMS-T support

Brian Walawender Brian.Walawender at noaa.gov
Mon Jun 1 16:38:48 EDT 2009


Hello,
 
Can I make WMS-T requests to tilecache?   My WMS requests look like:
 
radar =  new OpenLayers.Layer.WMS( "TWX", 
        "http://
216.38.80.111/cgi-bin/mapserv?map=/usr/local/mapserver_config/TWX_time.map",
        {
               layers: 'TWX_N0R',
               transparent: true,
               time: '2009-06-01T15:55',
               format: 'image/png'
        }, {
               singleTile: true,
               isBaseLayer: false, 
               opacity: 0.9
        }
);
 
My tilecache requests would look like:
 
tc_url = ['http://radarcache.srh.noaa.gov/tilecache/tilecache.py'];
 
radar = new OpenLayers.Layer.WMS( "State Borders", tc_url,
        {
               layers: 'TWX_N0R',
               transparent: true,
               format: 'image/png'
       }, {
               singleTile: false,
               isBaseLayer: false, 
               opacity: 1.0
       }
);      
 
Is time a recognized param for tilecache?
 
bw
 
_________________________________________________
Brian Walawender
Technique Development Meteorologist
Scientific Services Division - Central Region Headquarters
816-268-3114 - Office
816-805-6497 - Cell
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/tilecache/attachments/20090601/d88ccf98/attachment.html


More information about the Tilecache mailing list