[SCM] PostGIS branch master updated. 3.4.0rc1-848-g09a3d66e7
git at osgeo.org
git at osgeo.org
Tue Dec 12 22:19:29 PST 2023
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 09a3d66e7b3d6fb9d6dce20807d5641e4932e739 (commit)
from 246665a4bd5da35209b023e2b52523e2a791152a (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 09a3d66e7b3d6fb9d6dce20807d5641e4932e739
Author: Regina Obe <lr at pcorp.us>
Date: Wed Dec 13 01:19:24 2023 -0500
Fix section abstract. References #5643 for PostGIS 3.5.0
diff --git a/doc/po/templates/postgis-manual.pot b/doc/po/templates/postgis-manual.pot
index 7ab8bea3c..072c69ee2 100644
--- a/doc/po/templates/postgis-manual.pot
+++ b/doc/po/templates/postgis-manual.pot
@@ -31200,6 +31200,13 @@ msgstr ""
msgid "SFCGAL Management Functions"
msgstr ""
+#. Tag: para
+#, no-c-format
+msgid ""
+"This section lists functions for determining version of SFCGAL and library "
+"dependencies you are running."
+msgstr ""
+
#. Tag: refpurpose
#, no-c-format
msgid "<refpurpose>Returns the version of SFCGAL in use</refpurpose>"
diff --git a/doc/reference_sfcgal.xml b/doc/reference_sfcgal.xml
index cbc40ef95..f23942450 100644
--- a/doc/reference_sfcgal.xml
+++ b/doc/reference_sfcgal.xml
@@ -12,6 +12,12 @@
<section xml:id="sfcgal_management">
<title>SFCGAL Management Functions</title>
+ <info>
+ <abstract>
+ <para>This section lists functions for determining version of SFCGAL and library dependencies you are running.</para>
+ </abstract>
+ </info>
+
<refentry xml:id="postgis_sfcgal_version">
<refnamediv>
<refname>postgis_sfcgal_version</refname>
@@ -79,9 +85,11 @@
<section xml:id="sfcgal_accessors">
<title>SFCGAL Accessors and Setters</title>
- <abstract>
- <para>These functions access or set properties of geometries. Geometries primarily supported by these functions are TINS and Polyhedral Surfaces.</para>
- </abstract>
+ <info>
+ <abstract>
+ <para>These functions access or set properties of geometries. Geometries primarily supported by these functions are TINS and Polyhedral Surfaces.</para>
+ </abstract>
+ </info>
<refentry xml:id="ST_3DArea">
<refnamediv>
-----------------------------------------------------------------------
Summary of changes:
doc/po/templates/postgis-manual.pot | 7 +++++++
doc/reference_sfcgal.xml | 14 +++++++++++---
2 files changed, 18 insertions(+), 3 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list