Hi!&nbsp; Thanks for the reply.<br><br>So I suppose when I make a WMS request with TIME Mapserver applies the filter behind the scenes, finding which feature in my tile_index.shp represents the correct time and then processes the raster pointed to by that feature?&nbsp; So if I want to implement the same kind of thing with mapscript I&#39;d have to write the filter myself?
<br><br>The reason I am interested in doing this is to extend temporal functionality to ka-map.&nbsp; I may end up abandoning that approach and moving to a javascript WMS client (like OpenLayers of MapBuilder) instead.&nbsp; <br><br>
Thanks for your help.<br><br>Sam<br><br><br><br><div><span class="gmail_quote">On 10/11/07, <b class="gmail_sendername">Yewondwossen Assefa</b> &lt;<a href="mailto:assefa@dmsolutions.ca">assefa@dmsolutions.ca</a>&gt; wrote:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi there,<br><br>&nbsp;&nbsp;The Time parameter that is sent with a WMS request is simply converted
<br>to a time expression and set on the filter object of the layer. In the<br>case of wms. the metadata wms_timeitem will be used for the attribute name.<br>&nbsp;&nbsp;if you are using mapscript, you would need to build the time<br>
expression manually and set the filter parameter. Please refer to<br><a href="http://mapserver.gis.umn.edu/docs/howto/wms_time_support">http://mapserver.gis.umn.edu/docs/howto/wms_time_support</a> (section 2.5)<br>to see how time parameters are interpreted.
<br><br>Best Regards,<br><br><br>Samuel Hiatt wrote:<br>&gt; I am excited to see that Mapserver supports 4D raster layers for WMS,<br>&gt; but I am curious if this functionality can be extended to mapscript<br>&gt; calls as well?&nbsp;&nbsp;For example, if I set up a raster layer with a TIME
<br>&gt; dimension then will it be possible for me to request an image for a<br>&gt; specific time with mapscript?&nbsp;&nbsp;Or would I have to do this with a WMS call?<br>&gt;<br>&gt; Thanks!<br>&gt;<br>&gt; Sam<br><br><br>--<br>
----------------------------------------------------------------<br>Assefa Yewondwossen<br>Software Analyst<br><br>Email: <a href="mailto:assefa@dmsolutions.ca">assefa@dmsolutions.ca</a><br><a href="http://www.dmsolutions.ca/">
http://www.dmsolutions.ca/</a><br><br>Phone: (613) 565-5056 (ext 14)<br>Fax:&nbsp;&nbsp; (613) 565-0925<br>----------------------------------------------------------------<br><br></blockquote></div><br>