From: Daniel Baston Date: Sat, 19 Aug 2017 16:39:12 +0000 (+0000) Subject: Remove note about consecutive points. Not the case when called w/MultiPoints. X-Git-Tag: 2.4.0beta1~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e21b1d6cff5c622e64d318a18bcea3b25ef16e74;p=postgis Remove note about consecutive points. Not the case when called w/MultiPoints. git-svn-id: http://svn.osgeo.org/postgis/trunk@15556 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_processing.xml b/doc/reference_processing.xml index a58594f02..9ea96492f 100644 --- a/doc/reference_processing.xml +++ b/doc/reference_processing.xml @@ -2560,7 +2560,7 @@ MULTILINESTRING((164 1,11.7867965644036 1,1 11.7867965644036,1 195), ST_RemoveRepeatedPoints Returns a version of the given geometry with - consecutive duplicated points removed. + duplicated points removed. @@ -2575,7 +2575,7 @@ MULTILINESTRING((164 1,11.7867965644036 1,1 11.7867965644036,1 195), Description - Returns a version of the given geometry with consecutive + Returns a version of the given geometry with duplicated points removed. Will actually do something only with (multi)lines, (multi)polygons and multipoints but you can safely call it with any kind of geometry. Since simplification occurs on a