[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-503-gcf3f416ed
git at osgeo.org
git at osgeo.org
Sun Feb 6 12:35:00 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 cf3f416ed80628142c498d80d846a22d4cb7a2e9 (commit)
from cff01033637ddcf984d12edbbecc9f70b0e4de4e (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 cf3f416ed80628142c498d80d846a22d4cb7a2e9
Author: Sandro Santilli <strk at kbt.io>
Date: Sun Feb 6 21:34:15 2022 +0100
Fix reference_output.xml
Opening and ending tag mismatch ( ulink and url ) broke in
5f8782f02d7533cf5e947f65e8c6d05ed8be5e1d
diff --git a/doc/reference_output.xml b/doc/reference_output.xml
index 742449ac5..03d5ac8c4 100644
--- a/doc/reference_output.xml
+++ b/doc/reference_output.xml
@@ -1588,7 +1588,11 @@ SELECT ST_AsTWKB(array_agg(geom), array_agg(gid)) FROM mytable;
</refsection>
<refsection>
<title>PostGIS buildings</title>
- <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>
+ <para>
+ Copy and paste the output of this query to
+ <ulink url="http://postgis.net/docs/support/viewers/x3d_viewer.htm">x3d scene viewer</ulink>
+ 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"/>
-----------------------------------------------------------------------
Summary of changes:
doc/reference_output.xml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list