From: Regina Obe Date: Tue, 3 Nov 2009 10:03:06 +0000 (+0000) Subject: get rid of extra para tag X-Git-Tag: 1.5.0b1~309 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=18c15d367e397693007189888883fca4a72e475c;p=postgis get rid of extra para tag git-svn-id: http://svn.osgeo.org/postgis/trunk@4724 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference.xml b/doc/reference.xml index 35b2ff38f..837d35a33 100644 --- a/doc/reference.xml +++ b/doc/reference.xml @@ -12071,7 +12071,6 @@ SELECT ST_Buffer(ST_GeomFromText('POINT(50 50)'), 20) As smallc, 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. - 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.