[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-664-gf62ef66b6

git at osgeo.org git at osgeo.org
Thu Oct 5 23:19:57 PDT 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  f62ef66b699e9e85e5a6798f1118e571c6b4116c (commit)
      from  85d38455be2b1ab63a16a57fba02e33541e01628 (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 f62ef66b699e9e85e5a6798f1118e571c6b4116c
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Oct 6 02:17:53 2023 -0400

    Add reference to ST_3DDWithin on ST_3DDIntersects. References #5447

diff --git a/doc/po/templates/postgis-manual.pot b/doc/po/templates/postgis-manual.pot
index e2b1484bb..3418a21ce 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-09-28 10:07+0000\n"
+"POT-Creation-Date: 2023-10-06 06:13+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"
@@ -29530,6 +29530,16 @@ msgstr ""
 msgid "&index_aware;"
 msgstr ""
 
+#. Tag: para
+#, no-c-format
+msgid ""
+"Because of floating robustness failures, geometries don't always intersect "
+"as you'd expect them to after geometric processing. For example the closest "
+"point on a linestring to a geometry may not lie on the linestring. For these "
+"kind of issues where a distance of a centimeter you want to just consider as "
+"intersecting, use <xref linkend=\"ST_3DDWithin\"/>."
+msgstr ""
+
 #. Tag: para
 #, no-c-format
 msgid "Changed: 3.0.0 SFCGAL backend removed, GEOS backend supports TINs."
@@ -29540,6 +29550,11 @@ msgstr ""
 msgid "TIN Examples"
 msgstr ""
 
+#. Tag: para
+#, no-c-format
+msgid ", <xref linkend=\"ST_Intersects\"/>"
+msgstr ""
+
 #. Tag: refpurpose
 #, no-c-format
 msgid ""
diff --git a/doc/reference_relationship.xml b/doc/reference_relationship.xml
index 049af9fd7..b1570598d 100644
--- a/doc/reference_relationship.xml
+++ b/doc/reference_relationship.xml
@@ -39,7 +39,8 @@
         returns true, then the geometries also spatially intersect.
         Disjoint implies false for spatial intersection.</para>
 
-            <note><para>&index_aware;</para></note>
+      <note><para>&index_aware;</para></note>
+      <note><para>Because of floating robustness failures, geometries don't always intersect as you'd expect them to after geometric processing. For example the closest point on a linestring to a geometry may not lie on the linestring. For these kind of issues where a distance of a centimeter you want to just consider as intersecting, use <xref linkend="ST_3DDWithin"/>.</para></note>
 
       <para role="changed" conformance="3.0.0">Changed: 3.0.0 SFCGAL backend removed, GEOS backend supports TINs.</para>
       <para role="availability" conformance="2.0.0">Availability: 2.0.0</para>
@@ -69,7 +70,7 @@
 
     <refsection>
       <title>See Also</title>
-      <para><xref linkend="ST_Intersects"/></para>
+      <para><xref linkend="ST_3DDWithin"/>, <xref linkend="ST_Intersects"/></para>
     </refsection>
   </refentry>
 

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

Summary of changes:
 doc/po/templates/postgis-manual.pot | 17 ++++++++++++++++-
 doc/reference_relationship.xml      |  5 +++--
 2 files changed, 19 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list