[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-809-gc9885d527

git at osgeo.org git at osgeo.org
Sat May 7 12:32:07 PDT 2022


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  c9885d5275dd022d19b0061df256cd0425bf20dd (commit)
      from  82505bd1ffc6ca1047004b8bf353024851ae72c5 (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 c9885d5275dd022d19b0061df256cd0425bf20dd
Author: Regina Obe <lr at pcorp.us>
Date:   Sat May 7 15:31:59 2022 -0400

    Missed spot in last commit

diff --git a/doc/reference_processing.xml b/doc/reference_processing.xml
index c000239f8..db32d5fd9 100644
--- a/doc/reference_processing.xml
+++ b/doc/reference_processing.xml
@@ -716,42 +716,6 @@ SELECT disease_type,
   FROM disease_obs
   GROUP BY disease_type;
 </programlisting>
-
-        <para>
-            <informaltable>
-                  <tgroup cols="2">
-                    <tbody>
-                      <row>
-                        <entry><para><informalfigure>
-                            <mediaobject>
-                              <imageobject>
-                                <imagedata fileref="images/st_concavehull03.png" />
-                              </imageobject>
-                              <caption><para>ST_ConcaveHull of MultiPolygon (0.3)</para></caption>
-                            </mediaobject>
-                          </informalfigure>
-                          </para>
-                        </entry>
-                        <entry><para><informalfigure>
-                            <mediaobject>
-                              <imageobject>
-                                <imagedata fileref="images/st_concavehull04.png" />
-                              </imageobject>
-                              <caption><para>ST_ConcaveHull of MultiPolygon 0.2</para></caption>
-                            </mediaobject>
-                          </informalfigure>
-                        </para></entry>
-                      </row>
-                    </tbody>
-                  </tgroup>
-            </informaltable>
-                <programlisting>SELECT ST_ConcaveHull(f.geom,0.3) AS opt_03,
-    ST_ConcaveHull(f.geom, 0.2) AS opt_02
-   FROM ST_Scale(ST_Letters('Post GIS'),
-        ST_Point(0.59,0.59), ST_Point(40,40)
-        ) AS f(geom);</programlisting>
-        </para>
-
       </refsection>
 
       <refsection>
diff --git a/doc/reference_sfcgal.xml b/doc/reference_sfcgal.xml
index e88472e92..054ab943c 100644
--- a/doc/reference_sfcgal.xml
+++ b/doc/reference_sfcgal.xml
@@ -1123,40 +1123,6 @@ MULTIPOLYGON(
                 <screen>POLYGON((89 53,91 50,87 42,90 30,88 29,84 19,78 16,73 16,65 16,53 18,43 19,37 23,30 22,28 33,23 36,26 44,27 54,23 60,24 67,27 77,24 82,26 85,34 86,39 88,45 90,49 95,52 98,57 97,64 97,72 95,76 88,75 84,75 77,83 72,85 71,83 64,88 58,89 53),(36 61,36 68,40 75,43 80,50 86,60 81,68 73,77 67,81 60,82 54,81 47,78 43,81 29,76 27,70 20,62 22,55 26,54 32,48 34,44 42,38 46,36 61))</screen>
         </para>
 
-        <para>
-            <informaltable>
-                  <tgroup cols="2">
-                    <tbody>
-                      <row>
-                        <entry><para><informalfigure>
-                            <mediaobject>
-                              <imageobject>
-                                <imagedata fileref="images/st_optimalalphashape03.png" />
-                              </imageobject>
-                              <caption><para>ST_OptimalAlphaShape of MultiPolygon (opt_no_args)</para></caption>
-                            </mediaobject>
-                          </informalfigure>
-                          </para>
-                        </entry>
-                        <entry><para><informalfigure>
-                            <mediaobject>
-                              <imageobject>
-                                <imagedata fileref="images/st_optimalalphashape04.png" />
-                              </imageobject>
-                              <caption><para>ST_OptimalAlphaShape of MultiPolygon with components (opt_2)</para></caption>
-                            </mediaobject>
-                          </informalfigure>
-                        </para></entry>
-                      </row>
-                    </tbody>
-                  </tgroup>
-            </informaltable>
-                <programlisting>SELECT ST_OptimalAlphaShape(f.geom) AS opt_no_args,
-    ST_OptimalAlphaShape(f.geom, nb_components => 2) AS opt_2
-   FROM ST_Scale(ST_Letters('Post GIS'),
-        ST_Point(0.59,0.59), ST_Point(40,40)
-        ) AS f(geom);</programlisting>
-        </para>
 	  </refsection>
       <refsection>
 		<title>See Also</title>

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

Summary of changes:
 doc/reference_processing.xml | 36 ------------------------------------
 doc/reference_sfcgal.xml     | 34 ----------------------------------
 2 files changed, 70 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list