[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha1-77-g4643f92

git at osgeo.org git at osgeo.org
Fri Apr 24 16:58:49 PDT 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  4643f9284d7d7d26e844413c73bc7c4b0732025b (commit)
      from  0696fa46699875fe43708d78602244fd6f257ee4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4643f9284d7d7d26e844413c73bc7c4b0732025b
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Apr 24 19:58:41 2020 -0400

    Fix typos noted by Andreas Schild and Jürgen E. Fischer

diff --git a/doc/reference_processing.xml b/doc/reference_processing.xml
index ee306f1..a3e48aa 100644
--- a/doc/reference_processing.xml
+++ b/doc/reference_processing.xml
@@ -879,7 +879,7 @@ SELECT ST_ConcaveHull(ST_GeomFromText('MULTILINESTRING((106 164,30 112,74 70,82
 		geometry that encloses all geometries in the input.</para>
 
 		<para>In the general case the convex hull is a Polygon.
-		The convext hull of two or more collinear points is a two-point LineString.
+		The convex hull of two or more collinear points is a two-point LineString.
 		The convex hull of one or more identical points is a Point.</para>
 
 		<para>It is usually used with Multi* and GeometryCollections.
@@ -3046,11 +3046,11 @@ FROM (SELECT  'POLYGON((0 0, 8 8, 0 16, 0 0))'::geometry geom) As foo;
 			geometry will be returned. In a geometry collection
 			geometries without enough points will just be left out silently. If </para>
 		<para>This function is mainly intended to be used in conjunction with ST_SetEffectiveArea. ST_EffectiveArea sets the effective area
-			of a vertex in it's m-value. With ST_FilterByM it then is possible to get a simplified version of the geometry without any calculations, just by filtering</para>
+			of a vertex in its m-value. With ST_FilterByM it then is possible to get a simplified version of the geometry without any calculations, just by filtering</para>
 
-		<note><para>There is a difference in what ST_SimplifyVW returns when not enough points meets the creterias compared to ST_FilterByM.
+		<note><para>There is a difference in what ST_SimplifyVW returns when not enough points meet the criteria compared to ST_FilterByM.
 				ST_SimplifyVW returns the geometry with enough points while ST_FilterByM returns an empty geometry</para></note>
-		<note><para>Note that the retuned geometry might be invalid</para></note>
+		<note><para>Note that the returned geometry might be invalid</para></note>
 		<note><para>This function returns all dimensions, also the z and m-value</para></note>
 		<para>Availability: 2.5.0</para>
 	  </refsection>

-----------------------------------------------------------------------

Summary of changes:
 doc/reference_processing.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list