[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-501-g5f8782f02

git at osgeo.org git at osgeo.org
Sun Feb 6 10:04:07 PST 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  5f8782f02d7533cf5e947f65e8c6d05ed8be5e1d (commit)
      from  d360fbd16ef4284cc0850ca8a00fe73c0692e738 (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 5f8782f02d7533cf5e947f65e8c6d05ed8be5e1d
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Feb 6 13:04:02 2022 -0500

    Link to online viewer

diff --git a/doc/reference_output.xml b/doc/reference_output.xml
index a8fc969c1..742449ac5 100644
--- a/doc/reference_output.xml
+++ b/doc/reference_output.xml
@@ -1588,7 +1588,8 @@ SELECT ST_AsTWKB(array_agg(geom), array_agg(gid)) FROM mytable;
 	  </refsection>
       <refsection>
          <title>PostGIS buildings</title>
-         <programlisting><![CDATA[SELECT string_agg('<Shape>' || ST_AsX3D(ST_Extrude(geom, 0,0, i*4)) ||
+         <para>Copy and paste the output of this query to <ulink url="http://postgis.net/docs/support/viewers/x3d_viewer.htm">x3d scene viewer</url> and click Show</para>
+         <programlisting><![CDATA[SELECT string_agg('<Shape>' || ST_AsX3D(ST_Extrude(geom, 0,0, i*0.5)) ||
     '<Appearance>
           <Material diffuseColor="' || (0.01*i)::text || ' 0.8 0.2" specularColor="' || (0.05*i)::text || ' 0 0.5"/>
         </Appearance>

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

Summary of changes:
 doc/reference_output.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list