[postgis-commits] svn - r2979 - trunk/doc
postgis-commits at postgis.refractions.net
postgis-commits at postgis.refractions.net
Wed Sep 17 07:46:25 PDT 2008
Author: robe
Date: 2008-09-17 07:46:25 -0700 (Wed, 17 Sep 2008)
New Revision: 2979
Modified:
trunk/doc/reference_new.xml
Log:
Link ST_SetSRID to updated spatial_ref_sys section using cutesy anchor.
Modified: trunk/doc/reference_new.xml
===================================================================
--- trunk/doc/reference_new.xml 2008-09-17 14:41:25 UTC (rev 2978)
+++ trunk/doc/reference_new.xml 2008-09-17 14:46:25 UTC (rev 2979)
@@ -2308,7 +2308,7 @@
<refsection>
<title>Description</title>
- <para>Returns the spatial reference identifier for the ST_Geometry as defined in spatial_ref_sys table. </para>
+ <para>Returns the spatial reference identifier for the ST_Geometry as defined in <xref linkend="spatial_ref_sys">spatial_ref_sys</xref> table. </para>
<para><note><para>spatial_ref_sys
table is a table that catalogs all spatial reference systems known to PostGIS and is used for transformations from one spatial
reference system to another. So verifying you have the right spatial reference system identifier is important if you plan to ever transform your geometries.</para></note></para>
@@ -2340,7 +2340,7 @@
<refsection>
<title>See Also</title>
- <para><xref linkend="ST_GeomFromText" />, <xref linkend="ST_SetSRID" />, <xref linkend="ST_Transform" /></para>
+ <para><xref linkend="spatial_ref_sys" />,<xref linkend="ST_GeomFromText" />, <xref linkend="ST_SetSRID" />, <xref linkend="ST_Transform" /></para>
</refsection>
</refentry>
More information about the postgis-commits
mailing list