]> granicus.if.org Git - postgis/commitdiff
Link ST_SetSRID to updated spatial_ref_sys section using cutesy anchor.
authorRegina Obe <lr@pcorp.us>
Wed, 17 Sep 2008 14:46:25 +0000 (14:46 +0000)
committerRegina Obe <lr@pcorp.us>
Wed, 17 Sep 2008 14:46:25 +0000 (14:46 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2979 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_new.xml

index 9a9a7da5b5866272b1db8871e0e40f9e9b524358..85f8af47b9b6687394006724e818e702ab0cda21 100644 (file)
@@ -2308,7 +2308,7 @@ FROM (SELECT 'LINESTRING(0 0, 0 1, 1 0, 1 1, 0 0)'::geometry AS the_geom) AS foo
          <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 @@ FROM (SELECT 'LINESTRING(0 0, 0 1, 1 0, 1 1, 0 0)'::geometry AS the_geom) AS foo
          <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>