[postgis-commits] svn - r3304 - trunk/doc
postgis-commits at postgis.refractions.net
postgis-commits at postgis.refractions.net
Thu Nov 20 04:55:25 PST 2008
Author: robe
Date: 2008-11-20 04:55:16 -0800 (Thu, 20 Nov 2008)
New Revision: 3304
Modified:
trunk/doc/reference_new.xml
Log:
Add note on ST_Transform and ST_AsKML that they require Proj support
Modified: trunk/doc/reference_new.xml
===================================================================
--- trunk/doc/reference_new.xml 2008-11-20 10:10:11 UTC (rev 3303)
+++ trunk/doc/reference_new.xml 2008-11-20 12:55:16 UTC (rev 3304)
@@ -5195,6 +5195,10 @@
<para>ST_Transform is often confused with ST_SetSRID(). ST_Transform actually changes the coordinates
of a geometry from one spatial reference system to another, while ST_SetSRID() simply changes the SRID identifier of
the geometry</para>
+
+ <note>
+ <para>Requires PostGIS be compiled with Proj support. Use <xref linkend="PostGIS_Full_Version" /> to confirm you have proj support compiled in.</para>
+ </note>
<note>
<para>If using more than one transformation, it is useful to have a functional index on the commonly used
@@ -5267,7 +5271,7 @@
<refsection>
<title>See Also</title>
- <para><xref linkend="ST_AsText" />, <xref linkend="ST_SetSRID" />, <xref linkend="UpdateGeometrySRID"/></para>
+ <para><xref linkend="PostGIS_Full_Version" />, <xref linkend="ST_AsText" />, <xref linkend="ST_SetSRID" />, <xref linkend="UpdateGeometrySRID"/></para>
</refsection>
</refentry>
@@ -5354,7 +5358,7 @@
<!-- Optionally add a "See Also" section -->
<refsection>
<title>See Also</title>
- <para><xref linkend="ST_Affine" />, <xref linkend="ST_AsText" />, <xref linkend="ST_GeomFromText" /></para>
+ <para><xref linkend="Postgis_Full_Version" />, <xref linkend="ST_Affine" />, <xref linkend="ST_AsText" />, <xref linkend="ST_GeomFromText" /></para>
</refsection>
</refentry>
@@ -5983,6 +5987,10 @@
<para>Version 4: ST_AsGeoJSON(version, geom, max_sig_digits) </para>
<note>
+ <para>Requires PostGIS be compiled with Proj support. Use <xref linkend="PostGIS_Full_Version" /> to confirm you have proj support compiled in.</para>
+ </note>
+
+ <note>
<para>Availability: 1.2.2 - later variants that include version param came in 1.3.2</para>
</note>
@@ -6012,7 +6020,7 @@
<refsection>
<title>See Also</title>
- <para><xref linkend="ST_SetSRID" />, <xref linkend="ST_SRID" /></para>
+ <para><xref linkend="PostGIS_Full_Version" />, <xref linkend="ST_SetSRID" />, <xref linkend="ST_SRID" /></para>
</refsection>
</refentry>
<refentry id="ST_AsSVG">
More information about the postgis-commits
mailing list