From: Regina Obe Date: Mon, 19 Oct 2015 20:12:01 +0000 (+0000) Subject: Dan Baston documentation patches from https://github.com/postgis/postgis/pull/68 X-Git-Tag: 2.3.0beta1~416 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=961dcf87bf0e5f2e84d9bcfd699953f3699ff299;p=postgis Dan Baston documentation patches from https://github.com/postgis/postgis/pull/68 git-svn-id: http://svn.osgeo.org/postgis/trunk@14294 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_processing.xml b/doc/reference_processing.xml index 3bde9bd0f..824a1bf74 100644 --- a/doc/reference_processing.xml +++ b/doc/reference_processing.xml @@ -2660,7 +2660,7 @@ LINESTRING(241.42 38.38,241.8 38.45) object-by-object basis you can also feed a GeometryCollection to this function. - Note that returned geometry might loose its + Note that returned geometry might lose its simplicity (see ) Note topology may not be preserved and may result in invalid geometries. Use (see ) to preserve topology. @@ -2764,7 +2764,7 @@ FROM (SELECT ST_Buffer('POINT(1 3)', 10,12) As the_geom) As foo; Will actually do something only with (multi)lines and (multi)polygons but you can safely call it with any kind of geometry. Since simplification occurs on a object-by-object basis you can also feed a GeometryCollection to this function. - Note that returned geometry might loose its + Note that returned geometry might lose its simplicity (see ) Note topology may not be preserved and may result in invalid geometries. Use (see ) to preserve topology. This function handles 3D and the third dimmension will affect the result @@ -2826,10 +2826,10 @@ LINESTRING(5 2,7 25,10 10) - Note that returned geometry might loose its + Note that returned geometry might lose its simplicity (see ) Note topology may not be preserved and may result in invalid geometries. Use (see ) to preserve topology. - The output geoemtry will loose all previous information in the M-values + The output geometry will lose all previous information in the M-values This function handles 3D and the third dimmension will affect the effective area Availability: 2.2.0