From: Sandro Santilli Date: Fri, 8 Mar 2013 09:19:23 +0000 (+0000) Subject: Reword ST_Simplify(TopoGeometry) description (#1687) X-Git-Tag: 2.1.0beta2~176 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a419eccdc57d39c9b065ae8445e9e0d7dda15b56;p=postgis Reword ST_Simplify(TopoGeometry) description (#1687) git-svn-id: http://svn.osgeo.org/postgis/trunk@11160 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/extras_topology.xml b/doc/extras_topology.xml index 1c41f3e7b..80682fcc7 100644 --- a/doc/extras_topology.xml +++ b/doc/extras_topology.xml @@ -2447,7 +2447,7 @@ faceid ST_Simplify - Returns a "simplified" version of the given geometry using + Returns a "simplified" geometry version of the given TopoGeometry using the Douglas-Peucker algorithm. @@ -2463,7 +2463,7 @@ faceid Description - Returns a "simplified" version of the given TopoGeometry using + Returns a "simplified" geometry version of the given TopoGeometry using the Douglas-Peucker algorithm on each component edge. The returned geometry may be non-simple or non-valid.