[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-466-ge57f8deba

git at osgeo.org git at osgeo.org
Wed Feb 2 14:12:52 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  e57f8deba8d999ed66d518e73104994bc8c6499b (commit)
      from  bb68502dccd855b78c46eea6b4c1b02136275afd (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 e57f8deba8d999ed66d518e73104994bc8c6499b
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Wed Feb 2 14:12:48 2022 -0800

    Close errant para

diff --git a/doc/reference_constructor.xml b/doc/reference_constructor.xml
index ac561142a..95ac3ed17 100644
--- a/doc/reference_constructor.xml
+++ b/doc/reference_constructor.xml
@@ -1221,7 +1221,7 @@ FROM admin0 WHERE name = 'Canada'
             <para>Uses a built-in font to render out a string as a multipolygon geometry. The default text height is 100.0, the distance from the bottom of a descender to the top of a capital. The default start position places the start of the baseline at the origin. Over-riding the font involves passing in a json map, with a character as the key, and base64 encoded TWKB for the font shape, with the fonts having a height of 1000 units from the bottom of the descenders to the tops of the capitals.
             </para>
 
-            <para>The text is generated at the origin by default, so to reposition and resize the text, first apply the <code>ST_Scale</code> function and then apply the <code>ST_Translate</code> function.
+            <para>The text is generated at the origin by default, so to reposition and resize the text, first apply the <code>ST_Scale</code> function and then apply the <code>ST_Translate</code> function.</para>
 
             <para>Availability: 3.3.0</para>
         </refsection>

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list