<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: arial,helvetica,sans-serif; font-size: 10pt; color: #000000'><font face="arial, helvetica, sans-serif" size="2">Hi list, </font><div style="color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-size: 10pt; "><br></div><div style="color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-size: 10pt; ">I have a tileindexed raster layer for WMS Time support. Each timestamp contains a whole image, so in GetMap requests I am only using single time requests like the following example. GetFeatureInfo requests are working with single timestamps.</div><div style="color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-size: 10pt; "><br></div><div style="color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-size: 10pt; "><a href="http://artemis.geogr.uni-jena.de/cgi-bin/mapserv?map=/home/mapserver/modis/map.map&LAYERS=mod11c3_lst_day&TRANSPARENT=TRUE&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&STYLES=&FORMAT=image%2Fpng&SRS=EPSG%3A900913&TIME=2002-05-01&BBOX=12523442.7133,7514065.6283,15028131.2558,10018754.1708&WIDTH=256&HEIGHT=256">http://artemis.geogr.uni-jena.de/cgi-bin/mapserv?map=/home/mapserver/modis/map.map&LAYERS=mod11c3_lst_day&TRANSPARENT=TRUE&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&STYLES=&FORMAT=image%2Fpng&SRS=EPSG%3A900913&<b>TIME=2002-05-01</b>&BBOX=12523442.7133,7514065.6283,15028131.2558,10018754.1708&WIDTH=256&HEIGHT=256</a> <br><br>Using GetMap request with a timeinterval is working, too, but as the layers have all the same extents, only the newest one will display. But in the log file mapserver found all of the "tiles". <span style="font-size: 10pt; ">Trying to get a GetFeatureInfo request on a timeinterval generates a table with the requested timestamps (one row for every timestamp within the interval) but the value of the raster pixel is always the same (see following example): </span></div><div style="color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-size: 10pt; "><br></div><div style="color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-size: 10pt; "><a href="http://artemis.geogr.uni-jena.de/cgi-bin/mapserv?map=/home/mapserver/modis/map.map&LAYERS=mod11c3_lst_day&TRANSPARENT=TRUE&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetFeatureInfo&STYLES=&FORMAT=image/png&SRS=EPSG:4326&&EXCEPTIONS=application/vnd.ogc.se_xml&BBOX=64.090575,33.757077,183.797606,72.247521&X=593&Y=295&INFO_FORMAT=text/html&QUERY_LAYERS=mod11c3_lst_day&WIDTH=1362&HEIGHT=802&TIME=2002-05-01/2002-08-01">http://artemis.geogr.uni-jena.de/cgi-bin/mapserv?map=/home/mapserver/modis/map.map&LAYERS=mod11c3_lst_day&TRANSPARENT=TRUE&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetFeatureInfo&STYLES=&FORMAT=image/png&SRS=EPSG:4326&&EXCEPTIONS=application/vnd.ogc.se_xml&BBOX=64.090575,33.757077,183.797606,72.247521&X=593&Y=295&INFO_FORMAT=text/html&QUERY_LAYERS=mod11c3_lst_day&WIDTH=1362&HEIGHT=802&<b>TIME=2002-05-01/2002-08-01</b></a>
</div><div style="color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-size: 10pt; "><br></div><div style="color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-size: 10pt; ">In the template file [value_list] is written for the raster values. Requesting the single timestamps each, every timestamp has an other value. So it seems to me, that using GetFeatureInfo with a timeinterval, only the latest timestamp is queried. </div><div style="color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-size: 10pt; "><br></div><div style="color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-size: 10pt; ">Is there a reason why using GetFeatureInfo with a timeinterval doesn't work?</div><div style="color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-size: 10pt; "><br></div><div style="color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-size: 10pt; ">I am using Mapserver 6.0.1 on Ubuntu. In the PostGIS table the raster files are linked within the location column. </div><div style="color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-size: 10pt; "><br></div><div style="color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-size: 10pt; ">Here is an excerpt of my map file (layer description): </div><div><div><font face="arial, helvetica, sans-serif" size="2">LAYER</font></div><div><font face="arial, helvetica, sans-serif" size="2"> STATUS ON</font></div><div><font face="arial, helvetica, sans-serif" size="2"> NAME "mod11c3_lst_day_time_idx"</font></div><div><font face="arial, helvetica, sans-serif" size="2"> TYPE POLYGON</font></div><div><font face="arial, helvetica, sans-serif" size="2"> CONNECTIONTYPE POSTGIS</font></div><div><font face="arial, helvetica, sans-serif" size="2"> CONNECTION "host=localhost dbname=****** user=*****</font></div><div><font face="arial, helvetica, sans-serif" size="2">            password=******** port=5432"</font></div><div><font face="arial, helvetica, sans-serif" size="2"> DATA "geom from mod11c3_lst_day"</font></div><div><font face="arial, helvetica, sans-serif" size="2"> METADATA</font></div><div><font face="arial, helvetica, sans-serif" size="2">   "ows_title" "mod11c3_day TIME INDEX"</font></div><div><font face="arial, helvetica, sans-serif" size="2">   "ows_srs"   "EPSG:900913 EPSG:4326"</font></div><div><font face="arial, helvetica, sans-serif" size="2">   "ows_extent" "49 44 180 85"</font></div><div><font face="arial, helvetica, sans-serif" size="2">   "ows_timeextent" "2000-03-01/2012-05-01/P1M"</font></div><div><font face="arial, helvetica, sans-serif" size="2">   "ows_timeitem" "date"</font></div><div><font face="arial, helvetica, sans-serif" size="2">   "ows_timedefault" "2012-05-01"</font></div><div><font face="arial, helvetica, sans-serif" size="2">   "ows_enable_request" "*"</font></div><div><font face="arial, helvetica, sans-serif" size="2"> END</font></div><div><font face="arial, helvetica, sans-serif" size="2"> </font></div><div><font face="arial, helvetica, sans-serif" size="2"> FILTERITEM 'date'</font></div><div><font face="arial, helvetica, sans-serif" size="2"> FILTER '%time%'</font></div><div><font face="arial, helvetica, sans-serif" size="2">END</font></div><div><font face="arial, helvetica, sans-serif" size="2"><br></font></div><div><font face="arial, helvetica, sans-serif" size="2"># raster layer</font></div><div><font face="arial, helvetica, sans-serif" size="2">LAYER</font></div><div><font face="arial, helvetica, sans-serif" size="2"> NAME "mod11c3_lst_day"</font></div><div><font face="arial, helvetica, sans-serif" size="2"> TYPE RASTER</font></div><div><font face="arial, helvetica, sans-serif" size="2"> STATUS ON</font></div><div><font face="arial, helvetica, sans-serif" size="2"> DEBUG ON</font></div><div><font face="arial, helvetica, sans-serif" size="2"> PROJECTION</font></div><div><font face="arial, helvetica, sans-serif" size="2">   "init=epsg:4326"</font></div><div><font face="arial, helvetica, sans-serif" size="2"> END</font></div><div><font face="arial, helvetica, sans-serif" size="2"> HEADER 'template_header_lst.html'</font></div><div><font face="arial, helvetica, sans-serif" size="2"> FOOTER 'template_footer.html'</font></div><div><font face="arial, helvetica, sans-serif" size="2"> TEMPLATE 'template.html'</font></div><div><font face="arial, helvetica, sans-serif" size="2"> METADATA</font></div><div><font face="arial, helvetica, sans-serif" size="2">   "ows_title" "MODIS TERRA Land Surface Temperature Daytime MONTHLY"</font></div><div><font face="arial, helvetica, sans-serif" size="2">   "ows_srs"   "EPSG:900913"</font></div><div><font face="arial, helvetica, sans-serif" size="2">   "ows_extent" "49 44 180 85"</font></div><div><font face="arial, helvetica, sans-serif" size="2">   "ows_timeextent" "2000-03-01/2012-05-01/P1M"</font></div><div><font face="arial, helvetica, sans-serif" size="2">   "ows_timeitem" "date"</font></div><div><font face="arial, helvetica, sans-serif" size="2">   "ows_timedefault" "2012-05-01"</font></div><div><font face="arial, helvetica, sans-serif" size="2">   "ows_enable_request" "*"</font></div><div><font face="arial, helvetica, sans-serif" size="2"> END</font></div><div><font face="arial, helvetica, sans-serif" size="2"><br></font></div><div><font face="arial, helvetica, sans-serif" size="2"> TILEITEM "location"</font></div><div><font face="arial, helvetica, sans-serif" size="2"> TILEINDEX "mod11c3_lst_day_time_idx"</font></div><div><font face="arial, helvetica, sans-serif" size="2"><br></font></div><div><font face="arial, helvetica, sans-serif" size="2"> INCLUDE 'lst_colorbar2.map'</font></div><div><font face="arial, helvetica, sans-serif" size="2">END</font></div><div><br></div><div><span style="font-family: arial, helvetica, sans-serif; font-size: 10pt; ">I hope anybode can help me. </span></div><div style="color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-size: 10pt; "><br></div><div id="76cc1732-d1dd-4e6b-b278-a90616abe545" style="color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-size: 10pt; ">Thanks in advance, </div></div><div id="76cc1732-d1dd-4e6b-b278-a90616abe545" style="color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-size: 10pt; ">Jonas</div></div></body></html>