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 &quot;/local/tools/gdaac/TS2/www/maptest/data/AIRS/testindex.shp&quot;
<br>&nbsp; FILTERITEM 'TIME'&nbsp;&nbsp; #This work!!!<br>&nbsp; FILTER '%TIME%'<br>END<br><br>LAYER&nbsp; <br>&nbsp;&nbsp;&nbsp; NAME &quot;AIRSRGB&quot;<br>&nbsp;&nbsp;&nbsp; TYPE RASTER<br>&nbsp;&nbsp;&nbsp; STATUS DEFAULT<br>&nbsp;&nbsp;&nbsp; DEBUG ON<br><br>&nbsp;&nbsp;&nbsp; TILEINDEX &quot;time_idx&quot;<br>&nbsp;&nbsp;&nbsp; TILEITEM&nbsp; &quot;location&quot;
<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; &quot;init=epsg:4326&quot;&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; &quot;Aqua AIRS Visible/NIR False Color Composite, 10 km resolution, registered&quot;&nbsp;&nbsp; ##required
<br>&nbsp;&nbsp; &nbsp; &nbsp; wms_extent&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;-180 -90 180 190&quot;<br>&nbsp;&nbsp;&nbsp; END<br><br>&nbsp; CLASS<br>&nbsp;&nbsp;&nbsp; NAME &quot;VBRADLEGEND&quot;<br>&nbsp;&nbsp;&nbsp; KEYIMAGE &quot;/datapool/OPS/user/services/cronproc/global_browse/ogc_registered/AIRVBRAD.003.20060508.day.legend.jpg&quot;
<br>&nbsp;&nbsp;&nbsp; DEBUG ON<br>&nbsp; END <br>END # Layer<br>