[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha2-88-g15cc1a3

git at osgeo.org git at osgeo.org
Wed Oct 7 16:57:32 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  15cc1a3f0c54a6dbfdb275881e8db66aa1ca9cae (commit)
      from  78acea375c90a6428b0d8863750fbc9b62ee9bfe (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 15cc1a3f0c54a6dbfdb275881e8db66aa1ca9cae
Author: Regina Obe <lr at pcorp.us>
Date:   Wed Oct 7 19:57:28 2020 -0400

    Better add count of polygons as image can be ready a couple of ways

diff --git a/doc/reference_processing.xml b/doc/reference_processing.xml
index ab663d0..f40852d 100644
--- a/doc/reference_processing.xml
+++ b/doc/reference_processing.xml
@@ -1855,7 +1855,7 @@ FROM (SELECT ST_Translate(ST_Force3D(ST_Boundary(ST_Buffer(ST_Point(1,3), 2,2)))
                               <imageobject>
                                 <imagedata fileref="images/st_makevalid01.png" />
                               </imageobject>
-                              <caption><para>before_geom: MULTIPOLYGON of overlapping polygons</para></caption>
+                              <caption><para>before_geom: MULTIPOLYGON of 2 overlapping polygons</para></caption>
                             </mediaobject>
                           </informalfigure>
                           <informalfigure>
@@ -1863,7 +1863,7 @@ FROM (SELECT ST_Translate(ST_Force3D(ST_Boundary(ST_Buffer(ST_Point(1,3), 2,2)))
                               <imageobject>
                                 <imagedata fileref="images/st_makevalid02.png" />
                               </imageobject>
-                              <caption><para>after_geom: MULTIPOLYGON of non-overlapping polygons</para>
+                              <caption><para>after_geom: MULTIPOLYGON of 4 non-overlapping polygons</para>
                               </caption>
                             </mediaobject>
                           </informalfigure>
@@ -1884,13 +1884,13 @@ FROM (SELECT 'MULTIPOLYGON(((186 194,187 194,188 195,189 195,190 195,
                 <informalfigure>
                 <mediaobject>
                     <imageobject><imagedata fileref="images/st_makevalid03.png" /></imageobject>
-                    <caption><para>before_geom: MULTIPOLYGON of overlapping polygons</para></caption>
+                    <caption><para>before_geom: MULTIPOLYGON of 6 overlapping polygons</para></caption>
                 </mediaobject>
                 </informalfigure>
                 <informalfigure>
                 <mediaobject>
                     <imageobject><imagedata fileref="images/st_makevalid04.png" /></imageobject>
-                    <caption><para>after_geom: MULTIPOLYGON of Non-overlapping polygons</para></caption>
+                    <caption><para>after_geom: MULTIPOLYGON of 14 Non-overlapping polygons</para></caption>
                 </mediaobject>
                 </informalfigure>
                 <programlisting>SELECT c.geom AS before_geom, ST_MakeValid(c.geom) AS after_geom

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

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