On Sat, Dec 02, 2006 at 12:45:47PM -0700, Tim Schaub wrote: > Basically, I'm trying to cascade a WMS-T layer. If I include a > "wms_timeitem" in the layer metadata, no request is made to the source WMS. > If I don't have a "wms_timeitem" in the layer metadata, a request is made to > the source WMS - but it doesn't include the TIME parameter.
I wasn't aware of the wms_timeitem metadata, so when I set up my cascading wms-t, I simply used variable substitution in my mapfile. Basically, I just added "TIME=%TIME%&" to the connectionstring. -- Trond Michelsen
