Thats so cool it hurts.. I love offloading processing to the big bad server while the little wimpy sql clients request the data.  Good find!<br><br><div><span class="gmail_quote">On 9/14/07, <b class="gmail_sendername">Kevin Neufeld
</b> <<a href="mailto:kneufeld@refractions.net">kneufeld@refractions.net</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Absolutely.<br><br>See attached, a simple plpgsql function that adds header info around the<br>current askml function.<br><br>I do this in psql:<br>-- Set output to unaligned<br>\a<br><br>-- Show only tuples<br>\t<br><br>
-- Dump query to a file<br>\o my_kml_file.kml<br><br>-- Run your query<br>SELECT askml('my_line', 'description', 'SRID=3005;LINESTRING( 1190000<br>390000, 1200000 390000, 1200000 380000, 1190000 380000, 1190000 390000
<br>)'::geometry);<br><br>-- Flush output your file and close the output stream<br>\o<br><br>Loading this file in Google Earth will draw a box around Victoria, BC.<br><br>I often collect() geometries from a table and pass those into this function:
<br>SELECT askml('my_title', 'description', collect(the_geom)) FROM my_line<br>table WHERE ....<br><br>Cheers,<br>Kevin<br><br>-------------<br>Kevin Neufeld<br>Software Developer<br>Refractions Research Inc.
<br>300-1207 Douglas St.<br>Victoria, B.C., V8W 2E7<br><br>Phone: (250) 383-3022<br>Email: <a href="mailto:kneufeld@refractions.net">kneufeld@refractions.net</a><br><br><br><br>Maciej Skorczewski wrote:<br>> hi all!<br>
><br>><br>> How should i use AsKML() function to create KML files (w try show<br>> postgis data in google maps nad google earth)<br>><br>> It is posible?<br>><br>><br><br>_______________________________________________
<br>postgis-users mailing list<br><a href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a><br><a href="http://postgis.refractions.net/mailman/listinfo/postgis-users">http://postgis.refractions.net/mailman/listinfo/postgis-users
</a><br><br><br></blockquote></div><br>