[postgis-tickets] r15555 - Clarify docs wrt purpose of ST_RemoveRepeatedPoints

Daniel Baston dbaston at gmail.com
Sat Aug 19 09:20:30 PDT 2017


Author: dbaston
Date: 2017-08-19 09:20:30 -0700 (Sat, 19 Aug 2017)
New Revision: 15555

Modified:
   trunk/doc/reference_processing.xml
Log:
Clarify docs wrt purpose of ST_RemoveRepeatedPoints

Modified: trunk/doc/reference_processing.xml
===================================================================
--- trunk/doc/reference_processing.xml	2017-08-18 04:02:00 UTC (rev 15554)
+++ trunk/doc/reference_processing.xml	2017-08-19 16:20:30 UTC (rev 15555)
@@ -2560,7 +2560,7 @@
 	  <refnamediv>
 		<refname>ST_RemoveRepeatedPoints</refname>
 		<refpurpose>Returns a version of the given geometry with
-				duplicated points removed.</refpurpose>
+				consecutive duplicated points removed.</refpurpose>
 	  </refnamediv>
 
 	  <refsynopsisdiv>
@@ -2575,7 +2575,7 @@
 
 	  <refsection>
 		<title>Description</title>
-		<para>Returns a version of the given geometry with
+		<para>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



More information about the postgis-tickets mailing list