[SCM] PostGIS branch master updated. 3.5.0-76-g1444ea908

git at osgeo.org git at osgeo.org
Mon Nov 18 14:47:27 PST 2024


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  1444ea908577cad5a5d7998ecf7bb8bda7f47454 (commit)
      from  d679fd0606c8f7f54f7e5b43cdf5c6ad77316693 (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 1444ea908577cad5a5d7998ecf7bb8bda7f47454
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Nov 18 17:47:23 2024 -0500

    Fix mismatched tag

diff --git a/doc/reference_sfcgal.xml b/doc/reference_sfcgal.xml
index 2f7711621..dce064ef0 100644
--- a/doc/reference_sfcgal.xml
+++ b/doc/reference_sfcgal.xml
@@ -3075,7 +3075,7 @@ ST_GeomFromText('POLYHEDRALSURFACE Z( ((0 0 0, 0 0 1, 0 1 1, 0 1 0, 0 0 0)),
        <programlisting>SELECT ST_AsText(CG_Buffer3D('POINT(0 0 0)', 1, 8, 0));
 -- Result: POLYHEDRALSURFACE Z (((0 0 1, 0.5 -0.5 0.71, 0 -0.71 0.71, 0 0 1)), ... )</programlisting>
 
-       <para>The following images were rendered pasting the output of the ST_AsX3D query into <link xlink:href="https://postgis.net/docs/support/viewers/x3d_viewer.htm">X3D Viewer</url>.</para>
+       <para>The following images were rendered pasting the output of the ST_AsX3D query into <link xlink:href="https://postgis.net/docs/support/viewers/x3d_viewer.htm">X3D Viewer</link>.</para>
        <programlisting><![CDATA[SELECT string_agg('<Shape>' || ST_AsX3D(cgbuffer3d_output)  || '<Appearance>
           <Material diffuseColor="0 0.8 0.2" specularColor="0 1 0"/>
         </Appearance>

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

Summary of changes:
 doc/reference_sfcgal.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list