[postgis-commits] svn - r2992 - trunk/doc
postgis-commits at postgis.refractions.net
postgis-commits at postgis.refractions.net
Tue Sep 23 06:05:23 PDT 2008
Author: robe
Date: 2008-09-23 06:05:23 -0700 (Tue, 23 Sep 2008)
New Revision: 2992
Modified:
trunk/doc/reference_new.xml
Log:
fix typo add more links
Modified: trunk/doc/reference_new.xml
===================================================================
--- trunk/doc/reference_new.xml 2008-09-23 13:00:04 UTC (rev 2991)
+++ trunk/doc/reference_new.xml 2008-09-23 13:05:23 UTC (rev 2992)
@@ -852,7 +852,7 @@
third parameter sets the number of segments used to approximate a
quarter circle (defaults to 8).
</para>
- <para>Units are alwas measured in units of the spatial reference system.</para>
+ <para>Units are always measured in units of the spatial reference system.</para>
<para>The inputs can be POINTS, MULTIPOINTS, LINESTRINGS, MULTILINESTRINGS, POLYGONS, MULTIPOLYGONS, and GeometryCollections.</para>
<note><para>This function ignores the third dimension (z) and will always give a 2-d buffer even when presented with a 3d-geometry.</para></note>
@@ -935,7 +935,7 @@
<refsection>
<title>See Also</title>
- <para><xref linkend="ST_Collect" />, <xref linkend="ST_DWithin" />, <xref linkend="ST_Union" /></para>
+ <para><xref linkend="ST_Collect" />, <xref linkend="ST_DWithin" />, <xref linkend="ST_SetSRID" />, <xref linkend="ST_Transform" />, <xref linkend="ST_Union" /></para>
</refsection>
</refentry>
More information about the postgis-commits
mailing list