[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha2-86-g828aca7

git at osgeo.org git at osgeo.org
Wed Oct 7 16:37:12 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  828aca7b7cc0efc1eb21014edd4bdcf88de647b9 (commit)
      from  6c04f5c1670a505f807e4348f9744042a5644233 (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 828aca7b7cc0efc1eb21014edd4bdcf88de647b9
Author: Regina Obe <lr at pcorp.us>
Date:   Wed Oct 7 19:37:05 2020 -0400

    Formatting of code and images

diff --git a/doc/html/image_src/st_makevalid01.wkt b/doc/html/image_src/st_makevalid01.wkt
index 848bf64..0af05c3 100644
--- a/doc/html/image_src/st_makevalid01.wkt
+++ b/doc/html/image_src/st_makevalid01.wkt
@@ -1,2 +1,2 @@
 Style1;POLYGON((186 194,187 194,188 195,189 195,190 195,191 195,192 195,193 194,194 194,194 193,195 192,195 191,195 190,195 189,195 188,194 187,194 186,14 6,13 6,12 5,11 5,10 5,9 5,8 5,7 6,6 6,6 7,5 8,5 9,5 10,5 11,5 12,6 13,6 14,186 194))
-Style2;POLYGON((150 90,149 80,146 71,142 62,135 55,128 48,119 44,110 41,100 40,90 41,81 44,72 48,65 55,58 62,54 71,51 80,50 90,51 100,54 109,58 118,65 125,72 132,81 136,90 139,100 140,110 139,119 136,128 132,135 125,142 118,146 109,149 100,150 90))
+StrokedPoly1;POLYGON((150 90,149 80,146 71,142 62,135 55,128 48,119 44,110 41,100 40,90 41,81 44,72 48,65 55,58 62,54 71,51 80,50 90,51 100,54 109,58 118,65 125,72 132,81 136,90 139,100 140,110 139,119 136,128 132,135 125,142 118,146 109,149 100,150 90))
diff --git a/doc/html/image_src/st_makevalid03.wkt b/doc/html/image_src/st_makevalid03.wkt
index 5bc9825..33602c1 100644
--- a/doc/html/image_src/st_makevalid03.wkt
+++ b/doc/html/image_src/st_makevalid03.wkt
@@ -1,5 +1,5 @@
 Style1;POLYGON((91 50,79 22,51 10,23 22,11 50,23 78,51 90,79 78,91 50))
-Style2;POLYGON((91 100,79 72,51 60,23 72,11 100,23 128,51 140,79 128,91 100))
+Style2-alpha;POLYGON((91 100,79 72,51 60,23 72,11 100,23 128,51 140,79 128,91 100))
 Style3;POLYGON((91 150,79 122,51 110,23 122,11 150,23 178,51 190,79 178,91 150))
 Style4;POLYGON((141 50,129 22,101 10,73 22,61 50,73 78,101 90,129 78,141 50))
 Style5;POLYGON((141 100,129 72,101 60,73 72,61 100,73 128,101 140,129 128,141 100))
diff --git a/doc/reference_processing.xml b/doc/reference_processing.xml
index de80a1a..833399c 100644
--- a/doc/reference_processing.xml
+++ b/doc/reference_processing.xml
@@ -1869,8 +1869,14 @@ FROM (SELECT ST_Translate(ST_Force3D(ST_Boundary(ST_Buffer(ST_Point(1,3), 2,2)))
                           </informalfigure>
                 <programlisting>
 SELECT f.geom AS before_geom, ST_MakeValid( f.geom) AS after_geom
-FROM (SELECT 'MULTIPOLYGON(((186 194,187 194,188 195,189 195,190 195,191 195,192 195,193 194,194 194,194 193,195 192,195 191,195 190,195 189,195 188,194 187,194 186,14 6,13 6,12 5,11 5,10 5,9 5,8 5,7 6,6 6,6 7,5 8,5 9,5 10,5 11,5 12,6 13,6 14,186 194)),
-((150 90,149 80,146 71,142 62,135 55,128 48,119 44,110 41,100 40,90 41,81 44,72 48,65 55,58 62,54 71,51 80,50 90,51 100,54 109,58 118,65 125,72 132,81 136,90 139,100 140,110 139,119 136,128 132,135 125,142 118,146 109,149 100,150 90)))'::geometry AS geom) AS f ;</programlisting>
+FROM (SELECT 'MULTIPOLYGON(((186 194,187 194,188 195,189 195,190 195,
+191 195,192 195,193 194,194 194,194 193,195 192,195 191,
+195 190,195 189,195 188,194 187,194 186,14 6,13 6,12 5,11 5,
+10 5,9 5,8 5,7 6,6 6,6 7,5 8,5 9,5 10,5 11,5 12,6 13,6 14,186 194)),
+((150 90,149 80,146 71,142 62,135 55,128 48,119 44,110 41,100 40,
+90 41,81 44,72 48,65 55,58 62,54 71,51 80,50 90,51 100,
+54 109,58 118,65 125,72 132,81 136,90 139,100 140,110 139,
+119 136,128 132,135 125,142 118,146 109,149 100,150 90)))'::geometry AS geom) AS f ;</programlisting>
             </para>
             </entry>
         </row>

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

Summary of changes:
 doc/html/image_src/st_makevalid01.wkt |  2 +-
 doc/html/image_src/st_makevalid03.wkt |  2 +-
 doc/reference_processing.xml          | 10 ++++++++--
 3 files changed, 10 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list