[postgis-tickets] r15556 - Remove note about consecutive points. Not the case when called w/MultiPoints.
Daniel Baston
dbaston at gmail.com
Sat Aug 19 09:39:12 PDT 2017
Author: dbaston
Date: 2017-08-19 09:39:12 -0700 (Sat, 19 Aug 2017)
New Revision: 15556
Modified:
trunk/doc/reference_processing.xml
Log:
Remove note about consecutive points. Not the case when called w/MultiPoints.
Modified: trunk/doc/reference_processing.xml
===================================================================
--- trunk/doc/reference_processing.xml 2017-08-19 16:20:30 UTC (rev 15555)
+++ trunk/doc/reference_processing.xml 2017-08-19 16:39:12 UTC (rev 15556)
@@ -2560,7 +2560,7 @@
<refnamediv>
<refname>ST_RemoveRepeatedPoints</refname>
<refpurpose>Returns a version of the given geometry with
- consecutive duplicated points removed.</refpurpose>
+ duplicated points removed.</refpurpose>
</refnamediv>
<refsynopsisdiv>
@@ -2575,7 +2575,7 @@
<refsection>
<title>Description</title>
- <para>Returns a version of the given geometry with consecutive
+ <para>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
More information about the postgis-tickets
mailing list