<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML dir=ltr><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=unicode">
<META content="MSHTML 6.00.2800.1555" name=GENERATOR></HEAD>
<BODY>
<DIV id=idOWAReplyText34644 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>I spent a little while 
playing with a TIME filtered WMS&nbsp;which I connected to from ArcGIS, which 
doesn't support the TIME parameter - I ended up setting up a little ASP script 
to append my default TIME parameter onto the WMS request that ArcGIS sends. If 
you're interested in going down that path I can give you details of the script - 
it's not particularly&nbsp;fancy though :)</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2>Bonnie</FONT></DIV>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2></FONT>&nbsp;</DIV></DIV>
<DIV id=idSignature90186 dir=ltr>
<DIV><FONT face=Arial color=#000000 size=2><FONT face=Helv size=2>
<DIV>
<DIV><FONT face=Arial color=#000000 size=2><FONT face=Helv color=#000000 size=2>
<DIV><FONT face=Arial color=gray size=2><SPAN lang=EN-AU 
style="FONT-SIZE: 11pt; COLOR: gray; FONT-FAMILY: Arial">__________________________________</SPAN></FONT></DIV>
<DIV>
<DIV class=MsoNormal><FONT face=Arial color=gray size=2><SPAN lang=EN-AU 
style="FONT-SIZE: 11pt; COLOR: gray; FONT-FAMILY: Arial"></SPAN></FONT><FONT 
face=Arial color=gray size=2><SPAN lang=EN-AU 
style="FONT-SIZE: 11pt; COLOR: gray; FONT-FAMILY: Arial">Bonnie 
Stewart</SPAN></FONT></DIV>
<DIV class=MsoNormal><FONT face=Arial color=gray size=2><SPAN lang=EN-AU 
style="FONT-SIZE: 11pt; COLOR: gray; FONT-FAMILY: Arial">Research 
Officer<BR></SPAN></FONT><FONT face=Arial color=gray size=2><SPAN lang=EN-AU 
style="FONT-SIZE: 11pt; COLOR: gray; FONT-FAMILY: Arial">Satellite Remote 
Sensing Services<BR></SPAN></FONT><FONT face=Arial color=gray size=2><SPAN 
lang=EN-AU style="FONT-SIZE: 11pt; COLOR: gray; FONT-FAMILY: Arial">Information 
Access Division<BR></SPAN></FONT><FONT face=Arial color=gray size=2><SPAN 
lang=EN-AU style="FONT-SIZE: 11pt; COLOR: gray; FONT-FAMILY: Arial">Department 
of Land Information<BR></SPAN></FONT><FONT face=Arial color=gray size=2><SPAN 
lang=EN-AU style="FONT-SIZE: 11pt; COLOR: gray; FONT-FAMILY: Arial">65 Brockway 
Road, FLOREAT WA </SPAN></FONT><FONT face=Arial color=gray size=2><SPAN 
lang=EN-AU 
style="FONT-SIZE: 11pt; COLOR: gray; FONT-FAMILY: Arial">6014<BR></SPAN></FONT><FONT 
face=Arial color=gray size=2><SPAN lang=EN-AU 
style="FONT-SIZE: 11pt; COLOR: gray; FONT-FAMILY: Arial">Ph. (08) 9387 0342 
|&nbsp;Fx. (08) 9383 7142<BR></SPAN></FONT><FONT face=Arial color=gray 
size=2><SPAN lang=EN-AU 
style="FONT-SIZE: 11pt; COLOR: gray; FONT-FAMILY: Arial"><A 
href="mailto:bonnie.stewart@dli.wa.gov.au">bonnie.stewart@dli.wa.gov.au</A><BR></SPAN></FONT><FONT 
face=Arial color=gray size=2><SPAN lang=EN-AU 
style="FONT-SIZE: 11pt; COLOR: gray; FONT-FAMILY: Arial"><A 
href="http://www.dli.wa.gov.au">www.dli.wa.gov.au</A></SPAN></FONT></DIV></DIV></FONT></FONT></DIV></DIV></FONT></FONT></DIV></DIV>
<DIV dir=ltr><BR>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> UMN MapServer Users List on behalf of 
Denis Nadeau<BR><B>Sent:</B> Wed 21/06/2006 1:58 AM<BR><B>To:</B> 
MAPSERVER-USERS@LISTS.UMN.EDU<BR><B>Subject:</B> [UMN_MAPSERVER-USERS] WMS 
Spatio temporal search<BR></FONT><BR></DIV>
<DIV>Hi,<BR><BR>I followed the instruction to set TIME and SPATIAL search from 
this URL.<BR><BR>&nbsp;&nbsp; <A 
href="http://mapserver.gis.umn.edu/docs/howto/WCSServerFormatHowTo">http://mapserver.gis.umn.edu/docs/howto/WCSServerFormatHowTo 
</A><BR><BR>The Filter with TIME parameter works fine.&nbsp; My problem is that 
NASA ESG portal (<A 
href="http://esg.gsfc.nasa.gov/">http://esg.gsfc.nasa.gov/</A>) does not set the 
&amp;TIME parameter in its QUERY_STRING (File-Load View-OGC WMS 
Server).&nbsp;&nbsp; The results is a blank image <BR><BR>I want to find a way 
to set a default value for the TIME 
parameter.<BR><BR>Regards,<BR>Denis<BR>-----------------<BR>.map 
file<BR><BR>LAYER<BR>&nbsp; NAME 'time_idx'<BR>&nbsp; TYPE TILEINDEX<BR>&nbsp; 
DATA "/local/tools/gdaac/TS2/www/maptest/data/AIRS/testindex.shp" <BR>&nbsp; 
FILTERITEM 'TIME'&nbsp;&nbsp; #This work!!!<BR>&nbsp; FILTER 
'%TIME%'<BR>END<BR><BR>LAYER&nbsp; <BR>&nbsp;&nbsp;&nbsp; NAME 
"AIRSRGB"<BR>&nbsp;&nbsp;&nbsp; TYPE RASTER<BR>&nbsp;&nbsp;&nbsp; STATUS 
DEFAULT<BR>&nbsp;&nbsp;&nbsp; DEBUG ON<BR><BR>&nbsp;&nbsp;&nbsp; TILEINDEX 
"time_idx"<BR>&nbsp;&nbsp;&nbsp; TILEITEM&nbsp; "location" 
<BR>&nbsp;&nbsp;&nbsp; EXTENT -180.0 -90.0 180.0 90.0<BR>&nbsp;&nbsp;&nbsp; DUMP 
TRUE<BR>&nbsp;&nbsp;&nbsp; PROJECTION<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
"init=epsg:4326"&nbsp;&nbsp; ##recommended<BR>&nbsp;&nbsp;&nbsp; 
END<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; 
METADATA<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
wms_title&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Aqua AIRS Visible/NIR False 
Color Composite, 10 km resolution, registered"&nbsp;&nbsp; ##required 
<BR>&nbsp;&nbsp; &nbsp; &nbsp; wms_extent&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
"-180 -90 180 190"<BR>&nbsp;&nbsp;&nbsp; END<BR><BR>&nbsp; 
CLASS<BR>&nbsp;&nbsp;&nbsp; NAME "VBRADLEGEND"<BR>&nbsp;&nbsp;&nbsp; KEYIMAGE 
"/datapool/OPS/user/services/cronproc/global_browse/ogc_registered/AIRVBRAD.003.20060508.day.legend.jpg" 
<BR>&nbsp;&nbsp;&nbsp; DEBUG ON<BR>&nbsp; END <BR>END # 
Layer<BR></DIV>
<P STYLE="margin-top: 0pt;margin-bottom: 0pt;"><SPAN STYLE="FONT-FAMILY:'Tahoma';FONT-SIZE:10pt;">This e-mail and any files transmitted with it are intended only for the use of the addressee(s).  It may contain information that is confidential and privileged.  If you are not an intended recipient, any use, interference with, disclosure, distribution or copying of this material is unauthorised and prohibited.  If you receive this in error, please notify the author by Return email to the sender.  Information in this message not relating to the official business of DLI shall be understood as neither given nor endorsed by it.  While every care is taken, it is recommended that you scan any attachments for viruses.  DLI liability is limited to re-supplying affected attachments. </SPAN>
</P>
<P STYLE="margin-top: 0pt;margin-bottom: 0pt;"><SPAN STYLE="FONT-FAMILY:'Tahoma';FONT-SIZE:10pt;"> </SPAN>
</P>
<P STYLE="margin-top: 0pt;margin-bottom: 0pt;"><SPAN STYLE="FONT-FAMILY:'Tahoma';FONT-SIZE:10pt;">********************** </SPAN>
<SPAN STYLE="FONT-FAMILY:'Tahoma';FONT-SIZE:12pt;"><B>   </B> </SPAN>
</P>
<P STYLE="margin-top: 0pt;margin-bottom: 0pt;"><SPAN STYLE="FONT-FAMILY:'Tahoma';FONT-SIZE:10pt;">PLEASE NOTE: All dola.wa.gov.au and vgo.wa.gov.au email addresses have been decommissioned. These have been replaced by dli.wa.gov.au addresses. Please ensure that your records are updated to reflect this change.  Further information can be obtained by contacting our service desk on 92737533 or emailing Servicedesk@dli.wa.gov.au </SPAN>
</P>
<P STYLE="margin-top: 0pt;margin-bottom: 0pt;"><SPAN STYLE="FONT-FAMILY:'Tahoma';FONT-SIZE:10pt;"> </SPAN>
</P>
<P STYLE="margin-top: 0pt;margin-bottom: 0pt;"><SPAN STYLE="FONT-FAMILY:'Tahoma';FONT-SIZE:10pt;">********************** </SPAN>
</P>
<P STYLE="margin-top: 0pt;margin-bottom: 0pt;"><SPAN STYLE="FONT-FAMILY:'Tahoma';FONT-SIZE:12pt;"><B>    </B> </SPAN> </P></BODY></HTML>