[SCM] PostGIS branch master updated. 3.4.0rc1-903-g0a4e38e4a
git at osgeo.org
git at osgeo.org
Fri Jan 26 10:37:54 PST 2024
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 0a4e38e4ad79cc8367d6db3431d4e4d9b90e07b2 (commit)
from 89cb3c8048d2fbdf3dd26dfa5f07a223942104fd (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 0a4e38e4ad79cc8367d6db3431d4e4d9b90e07b2
Author: Regina Obe <lr at pcorp.us>
Date: Fri Jan 26 13:37:51 2024 -0500
Update pot
diff --git a/doc/po/templates/postgis-manual.pot b/doc/po/templates/postgis-manual.pot
index 059924d9c..1bba309e8 100644
--- a/doc/po/templates/postgis-manual.pot
+++ b/doc/po/templates/postgis-manual.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: 2023-12-27 04:20+0000\n"
+"POT-Creation-Date: 2024-01-26 18:34+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"
@@ -7887,6 +7887,11 @@ msgstr ""
msgid "Charlie Savage"
msgstr ""
+#. Tag: member
+#, no-c-format
+msgid "Chris Mayo"
+msgstr ""
+
#. Tag: member
#, no-c-format
msgid "Christian Schroeder"
@@ -8469,6 +8474,11 @@ msgstr ""
msgid "Hunter Systems Group"
msgstr ""
+#. Tag: link
+#, no-c-format
+msgid "INIA-CSIC"
+msgstr ""
+
#. Tag: link
#, no-c-format
msgid "ISciences, LLC"
@@ -31020,17 +31030,26 @@ msgstr ""
#. Tag: refpurpose
#, no-c-format
-msgid "Tests if two geometries are entirely within a given distance"
+msgid "Tests if a geometry is entirely inside a distance of another"
msgstr ""
#. Tag: para
#, no-c-format
msgid ""
-"Returns true if the geometries are entirely within the specified distance of "
-"one another. The distance is specified in units defined by the spatial "
-"reference system of the geometries. For this function to make sense, the "
-"source geometries must both be of the same coordinate projection, having the "
-"same SRID."
+"Returns true if <code>g2</code> is entirely within <code>distance</code> of "
+"<code>g1</code>. Visually, the condition is true if <code>g2</code> is "
+"contained within a <code>distance</code> buffer of <code>g1</code>. The "
+"distance is specified in units defined by the spatial reference system of "
+"the geometries."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"Changed: 3.5.0 : the logic behind the function now uses a test of "
+"containment within a buffer, rather than the ST_MaxDistance algorithm. "
+"Results will differ from prior versions, but should be closer to user "
+"expectations."
msgstr ""
#. Tag: para
-----------------------------------------------------------------------
Summary of changes:
doc/po/templates/postgis-manual.pot | 33 ++++++++++++++++++++++++++-------
1 file changed, 26 insertions(+), 7 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list