If you are trying to create something to display a calculated route,
you could have your routing engine insert a record with an id, time
entered, and geometry into a PostGIS table.  Then send the id with
mapscript and just use the route as another layer like normal. 
You could then periodically remove records based on the time entered.<br>
<br><br><div><span class="gmail_quote">On 9/30/05, <b class="gmail_sendername">Joe Franklin</b> &lt;<a href="mailto:traderboy@yahoo.com">traderboy@yahoo.com</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;">
I think we are stuck following what google<br>maps/virtual earth do:&nbsp;&nbsp;use VML for IE and create<br>server side images for the other browsers.<br><br>an example of VML:<br><a href="http://virtualearth.poly9.com/polyMap/polyline-simple.html">
http://virtualearth.poly9.com/polyMap/polyline-simple.html</a><br><br>js file:<br><a href="http://virtualearth.poly9.com/polyMap/MPolyline.js">http://virtualearth.poly9.com/polyMap/MPolyline.js</a><br><br><br><br>--- Stephen Woodbridge &lt;
<a href="mailto:woodbri@swoodbridge.com">woodbri@swoodbridge.com</a>&gt;<br>wrote:<br><br>&gt; Paul, et al,<br>&gt;<br>&gt; What are the prevailing thoughts on how to draw<br>&gt; routes as overlays in<br>&gt; ka-map?<br>
&gt;<br>&gt; The number of points and be quite extensive,<br>&gt; especially if someone<br>&gt; generates a route across the US.<br>&gt;<br>&gt; -Steve W.<br>&gt; _______________________________________________<br>&gt; ka-Map-users mailing list
<br>&gt; <a href="mailto:ka-Map-users@lists.maptools.org">ka-Map-users@lists.maptools.org</a><br>&gt;<br><a href="http://lists.maptools.org/mailman/listinfo/ka-map-users">http://lists.maptools.org/mailman/listinfo/ka-map-users
</a><br>&gt;<br><br><br><br><br>__________________________________<br>Yahoo! Mail - PC Magazine Editors' Choice 2005<br><a href="http://mail.yahoo.com">http://mail.yahoo.com</a><br>_______________________________________________
<br>ka-Map-users mailing list<br><a href="mailto:ka-Map-users@lists.maptools.org">ka-Map-users@lists.maptools.org</a><br><a href="http://lists.maptools.org/mailman/listinfo/ka-map-users">http://lists.maptools.org/mailman/listinfo/ka-map-users
</a><br></blockquote></div><br>