From: Daniel Baston Date: Sat, 19 Aug 2017 16:20:30 +0000 (+0000) Subject: Clarify docs wrt purpose of ST_RemoveRepeatedPoints X-Git-Tag: 2.4.0beta1~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=01eb511d858500ad2517b8a4dab2b6c35a0265bb;p=postgis Clarify docs wrt purpose of ST_RemoveRepeatedPoints git-svn-id: http://svn.osgeo.org/postgis/trunk@15555 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_processing.xml b/doc/reference_processing.xml index 9ea96492f..a58594f02 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 - duplicated points removed. + consecutive 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 + Returns a version of the given geometry with consecutive 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