From e21b1d6cff5c622e64d318a18bcea3b25ef16e74 Mon Sep 17 00:00:00 2001 From: Daniel Baston Date: Sat, 19 Aug 2017 16:39:12 +0000 Subject: [PATCH] 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 --- doc/reference_processing.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.40.0