From f95036b72d4352d33f0cc67a2395e9417517ca6c Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Tue, 3 Nov 2009 09:33:27 +0000 Subject: [PATCH] fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@4722 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/reference.xml b/doc/reference.xml index af734dc52..875ae4c09 100644 --- a/doc/reference.xml +++ b/doc/reference.xml @@ -12067,10 +12067,10 @@ SELECT ST_Buffer(ST_GeomFromText('POINT(50 50)'), 20) As smallc, Description Returns a geometry/geography that represents all points whose distance - from this Geometry/geography is less than or equal to distance. para> + from this Geometry/geography is less than or equal to distance. Geometry: Calculations are in the Spatial Reference System of the geometry. Introduced in 1.5 support for - different end cap and mitre settings to control shape. + different end cap and mitre settings to control shape. Geography: For geography this is really a thin wrapper around the geometry implementation. It first determines the best SRID that fits the bounding box of the geography object (favoring UTM and falling back on mercator in worst case scenario) and then buffers in that planar spatial ref and retransforms back to WGS84 geography. -- 2.50.1