From: Paul Ramsey Date: Wed, 15 Feb 2012 22:34:39 +0000 (+0000) Subject: Fix XML typo X-Git-Tag: 2.0.0alpha6~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e93507fbdfe671836db622dd1262e5c03b07360d;p=postgis Fix XML typo git-svn-id: http://svn.osgeo.org/postgis/trunk@9209 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_processing.xml b/doc/reference_processing.xml index d8b70d66f..cdb5b15ca 100644 --- a/doc/reference_processing.xml +++ b/doc/reference_processing.xml @@ -51,7 +51,7 @@ 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. - Negative radii: For polygons, a negative radius can be used, which will shrink the polygon rather than expanding it. + Negative radii: For polygons, a negative radius can be used, which will shrink the polygon rather than expanding it. 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, Lambert Azimuthal Equal Area (LAEA) north/south pole, and falling back on mercator in worst case scenario) and then buffers in that planar spatial ref and retransforms back to WGS84 geography.