[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-289-g1f4537873

git at osgeo.org git at osgeo.org
Tue Jan 18 19:32:43 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  1f4537873c838cfd41a79f3f836ddac6af36da2d (commit)
      from  03d757a66bdd7370ba71a51aae1d2ae0d52690ab (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 1f4537873c838cfd41a79f3f836ddac6af36da2d
Author: Regina Obe <lr at pcorp.us>
Date:   Tue Jan 18 22:32:36 2022 -0500

    Get rid of 9.4 hardcoding

diff --git a/doc/po/templates/reference_output.xml.pot b/doc/po/templates/reference_output.xml.pot
index b9160ce63..866aab800 100644
--- a/doc/po/templates/reference_output.xml.pot
+++ b/doc/po/templates/reference_output.xml.pot
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-01-19 00:25+0000\n"
+"POT-Creation-Date: 2022-01-19 03:22+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <kde-i18n-doc at kde.org>\n"
@@ -2188,7 +2188,7 @@ msgid ""
 "geometries and unique identifiers into a TWKB collection that preserves the "
 "identifiers. This is useful for clients that expect to unpack a collection "
 "and then access further information about the objects inside. You can create "
-"the arrays using the <ulink url=\"http://www.postgresql.org/docs/9.4/static/"
+"the arrays using the <ulink url=\"https://www.postgresql.org/docs/current/"
 "functions-aggregate.html\">array_agg</ulink> function. The other parameters "
 "operate the same as for the simple form of the function."
 msgstr ""
diff --git a/doc/reference_output.xml b/doc/reference_output.xml
index 55bacc68d..0c62a48ee 100644
--- a/doc/reference_output.xml
+++ b/doc/reference_output.xml
@@ -1406,7 +1406,7 @@ FROM mvtgeom;
 			<para>Returns the geometry in TWKB (Tiny Well-Known Binary) format. TWKB is a <ulink url="https://github.com/TWKB/Specification/blob/master/twkb.md">compressed binary format</ulink> with a focus on minimizing the size of the output. </para>
 			<para>The decimal digits parameters control how much precision is stored in the output. By default, values are rounded to the nearest unit before encoding. If you want to transfer more precision, increase the number. For example, a value of 1 implies that the first digit to the right of the decimal point will be preserved.</para>
 			<para>The sizes and bounding boxes parameters control whether optional information about the encoded length of the object and the bounds of the object are included in the output. By default they are not. Do not turn them on unless your client software has a use for them, as they just use up space (and saving space is the point of TWKB).</para>
-			<para>The array-input form of the function is used to convert a collection of geometries and unique identifiers into a TWKB collection that preserves the identifiers. This is useful for clients that expect to unpack a collection and then access further information about the objects inside. You can create the arrays using the <ulink url="http://www.postgresql.org/docs/9.4/static/functions-aggregate.html">array_agg</ulink> function. The other parameters operate the same as for the simple form of the function.</para>
+			<para>The array-input form of the function is used to convert a collection of geometries and unique identifiers into a TWKB collection that preserves the identifiers. This is useful for clients that expect to unpack a collection and then access further information about the objects inside. You can create the arrays using the <ulink url="https://www.postgresql.org/docs/current/functions-aggregate.html">array_agg</ulink> function. The other parameters operate the same as for the simple form of the function.</para>
 			<note>
 			  <para>The format specification is available online at <ulink url="https://github.com/TWKB/Specification">https://github.com/TWKB/Specification</ulink>, and code for building a JavaScript client can be found at <ulink url="https://github.com/TWKB/twkb.js">https://github.com/TWKB/twkb.js</ulink>.</para>
 			</note>

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

Summary of changes:
 doc/po/templates/reference_output.xml.pot | 4 ++--
 doc/reference_output.xml                  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list