[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-792-g78308862c

git at osgeo.org git at osgeo.org
Wed May 4 11:45:51 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  78308862c638980171558732b2c9c94c651a32fe (commit)
      from  befb35508018f4e860139d9fba5ef63d575c86f6 (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 78308862c638980171558732b2c9c94c651a32fe
Author: Regina Obe <lr at pcorp.us>
Date:   Wed May 4 14:45:47 2022 -0400

    Put back mising tag. More sort fixing

diff --git a/doc/reference_sfcgal.xml b/doc/reference_sfcgal.xml
index 8eb6c478d..255878aba 100644
--- a/doc/reference_sfcgal.xml
+++ b/doc/reference_sfcgal.xml
@@ -536,7 +536,7 @@ FROM ( SELECT ST_Extrude(ST_Buffer(ST_GeomFromText('POINT(100 90)'),
                 (75 84),(75 77),(81 29),(77 73),(41 42),(83 72),(23 36),(89 53),(27 57),(57 97),(27 77),(39 88),(60 81),
                 (80 72),(54 32),(55 26),(62 22),(70 20),(76 27),(84 35),(87 42),(82 54),(83 64),(69 86),(60 90),(50 86),(43 80),(36 73),
                 (36 68),(40 75),(24 67),(23 60),(26 44),(28 33),(40 32),(43 19),(65 16),(73 16),(38 46),(31 59),(34 86),(45 90),(64 97))'::geometry, 100.1,true))</programlisting>
-            <screen>POLYGON((89 53,91 50,87 42,90 30,84 19,78 16,73 16,65 16,53 18,43 19,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,83 72,85 71,88 58,89 53),(36 61,36 68,40 75,43 80,60 81,68 73,77 67,81 60,82 54,81 47,78 43,76 27,62 22,54 32,44 42,38 46,36 61))/screen>
+            <screen>POLYGON((89 53,91 50,87 42,90 30,84 19,78 16,73 16,65 16,53 18,43 19,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,83 72,85 71,88 58,89 53),(36 61,36 68,40 75,43 80,60 81,68 73,77 67,81 60,82 54,81 47,78 43,76 27,62 22,54 32,44 42,38 46,36 61))</screen>
     </para>
 
     <para>
@@ -1150,6 +1150,66 @@ MULTIPOLYGON(
 
 	</refentry>
 
+    <refentry id="ST_StraightSkeleton">
+	  <refnamediv>
+		<refname>ST_StraightSkeleton</refname>
+
+		<refpurpose>Compute a straight skeleton from a geometry</refpurpose>
+	  </refnamediv>
+
+	  <refsynopsisdiv>
+		<funcsynopsis>
+		  <funcprototype>
+			<funcdef>geometry <function>ST_StraightSkeleton</function></funcdef>
+			<paramdef><type>geometry</type> <parameter>geom</parameter></paramdef>
+		  </funcprototype>
+		</funcsynopsis>
+	  </refsynopsisdiv>
+
+	  <refsection>
+		<title>Description</title>
+
+		<para>Availability: 2.1.0</para>
+		<para>&sfcgal_required;</para>
+		<para>&Z_support;</para>
+		<para>&P_support;</para>
+		<para>&T_support;</para>
+	  </refsection>
+
+	  <refsection><title>Examples</title>
+			<programlisting>SELECT ST_StraightSkeleton(ST_GeomFromText('POLYGON (( 190 190, 10 190, 10 10, 190 10, 190 20, 160 30, 60 30, 60 130, 190 140, 190 190 ))'));</programlisting>
+
+		 <informaltable>
+				  <tgroup cols="2">
+					<tbody>
+					  <row>
+						<entry><para><informalfigure>
+							<mediaobject>
+							  <imageobject>
+								<imagedata fileref="images/st_straightskeleton01.png" />
+							  </imageobject>
+							  <caption><para>Original polygon</para></caption>
+							</mediaobject>
+						  </informalfigure></para>
+					  </entry>
+					  <entry><para><informalfigure>
+							<mediaobject>
+							  <imageobject>
+								<imagedata fileref="images/st_straightskeleton02.png" />
+							  </imageobject>
+							  <caption><para>Straight Skeleton of polygon</para></caption>
+							</mediaobject>
+						  </informalfigure></para>
+					  </entry>
+				</row>
+				</tbody>
+				</tgroup>
+			</informaltable>
+	  </refsection>
+
+	</refentry>
+
+
 	<refentry id="ST_Tesselate">
 	  <refnamediv>
 		<refname>ST_Tesselate</refname>
@@ -1316,63 +1376,5 @@ MULTIPOLYGON(
 
 	</refentry>
 
-    <refentry id="ST_StraightSkeleton">
-	  <refnamediv>
-		<refname>ST_StraightSkeleton</refname>
-
-		<refpurpose>Compute a straight skeleton from a geometry</refpurpose>
-	  </refnamediv>
-
-	  <refsynopsisdiv>
-		<funcsynopsis>
-		  <funcprototype>
-			<funcdef>geometry <function>ST_StraightSkeleton</function></funcdef>
-			<paramdef><type>geometry</type> <parameter>geom</parameter></paramdef>
-		  </funcprototype>
-		</funcsynopsis>
-	  </refsynopsisdiv>
-
-	  <refsection>
-		<title>Description</title>
-
-		<para>Availability: 2.1.0</para>
-		<para>&sfcgal_required;</para>
-		<para>&Z_support;</para>
-		<para>&P_support;</para>
-		<para>&T_support;</para>
-	  </refsection>
-
-	  <refsection><title>Examples</title>
-			<programlisting>SELECT ST_StraightSkeleton(ST_GeomFromText('POLYGON (( 190 190, 10 190, 10 10, 190 10, 190 20, 160 30, 60 30, 60 130, 190 140, 190 190 ))'));</programlisting>
-
-		 <informaltable>
-				  <tgroup cols="2">
-					<tbody>
-					  <row>
-						<entry><para><informalfigure>
-							<mediaobject>
-							  <imageobject>
-								<imagedata fileref="images/st_straightskeleton01.png" />
-							  </imageobject>
-							  <caption><para>Original polygon</para></caption>
-							</mediaobject>
-						  </informalfigure></para>
-					  </entry>
-					  <entry><para><informalfigure>
-							<mediaobject>
-							  <imageobject>
-								<imagedata fileref="images/st_straightskeleton02.png" />
-							  </imageobject>
-							  <caption><para>Straight Skeleton of polygon</para></caption>
-							</mediaobject>
-						  </informalfigure></para>
-					  </entry>
-				</row>
-				</tbody>
-				</tgroup>
-			</informaltable>
-	  </refsection>
-
-	</refentry>
 
 </sect1>

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

Summary of changes:
 doc/reference_sfcgal.xml | 120 ++++++++++++++++++++++++-----------------------
 1 file changed, 61 insertions(+), 59 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list