[postgis-commits] svn - r3238 - trunk/doc
postgis-commits at postgis.refractions.net
postgis-commits at postgis.refractions.net
Tue Nov 4 05:14:25 PST 2008
Author: robe
Date: 2008-11-04 05:14:24 -0800 (Tue, 04 Nov 2008)
New Revision: 3238
Modified:
trunk/doc/reference_new.xml
Log:
More flagging of functions that work with 3d
Modified: trunk/doc/reference_new.xml
===================================================================
--- trunk/doc/reference_new.xml 2008-11-04 12:31:27 UTC (rev 3237)
+++ trunk/doc/reference_new.xml 2008-11-04 13:14:24 UTC (rev 3238)
@@ -5347,6 +5347,13 @@
<note>
<para>Availability: 1.3.2</para>
</note>
+
+ <!-- Optionally mention 3d support -->
+ <para><inlinemediaobject>
+ <imageobject>
+ <imagedata fileref="images/check.png" />
+ </imageobject>
+ </inlinemediaobject> This function supports 3d and will not drop the z-index.</para>
</refsection>
<refsection>
@@ -5472,6 +5479,10 @@
<para>Availability: 1.2.2 - later variants that include version param came in 1.3.2</para>
</note>
+ <note>
+ <para>AsKML output will not work with geometries that do not have an SRID</para>
+ </note>
+
<!-- Optionally mention 3d support -->
<para><inlinemediaobject>
<imageobject>
@@ -5491,6 +5502,11 @@
SELECT ST_AsKML('SRID=4326;LINESTRING(1 2 3, 4 5 6)');
</programlisting>
</refsection>
+ <refsection>
+ <title>See Also</title>
+
+ <para><xref linkend="ST_SetSRID" />, <xref linkend="ST_SRID" /></para>
+ </refsection>
</refentry>
<refentry id="ST_AsSVG">
<refnamediv>
More information about the postgis-commits
mailing list