[SCM] PostGIS branch master updated. 3.5.0-93-gd154235a3

git at osgeo.org git at osgeo.org
Fri Nov 29 01:09:08 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  d154235a363de2014c9eb6176a95820dcccd092b (commit)
      from  64239b716764c26f1c266e38569815f77dc3ae98 (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 d154235a363de2014c9eb6176a95820dcccd092b
Author: Arno Renevier <arno at renevier.net>
Date:   Wed Nov 27 13:22:47 2024 -0800

    reference ST_ClipByBox2 in ST_Intersection manual
    
    I have an app using postgis. I was using ST_Intersection to compute the
    intersection of geometries with a bounding box and it was super slow.
    What I realled needed was ST_ClipByBox2, but I was not aware of that
    method. I would have found it easier it had been referenced in the "See
    Also" of ST_ClipByBox2

diff --git a/doc/reference_overlay.xml b/doc/reference_overlay.xml
index 4d0a2bde0..6c41172c8 100644
--- a/doc/reference_overlay.xml
+++ b/doc/reference_overlay.xml
@@ -301,7 +301,7 @@ from  ST_GeomFromText('LINESTRING Z (2 2 6,1.5 1.5 7,1 1 8,0.5 0.5 8,0 0 10)') A
       </refsection>
         <refsection>
             <title>See Also</title>
-            <para><xref linkend="ST_3DIntersection"/>, <xref linkend="ST_Difference"/>, <xref linkend="ST_Union"/>, <xref linkend="ST_Dimension"/>, <xref linkend="ST_Dump"/>, <xref linkend="ST_Force2D"/>, <xref linkend="ST_SymDifference"/>, <xref linkend="ST_Intersects"/>, <xref linkend="ST_Multi"/></para>
+            <para><xref linkend="ST_3DIntersection"/>, <xref linkend="ST_Difference"/>, <xref linkend="ST_Union"/>, <xref linkend="ST_ClipByBox2D"/>, <xref linkend="ST_Dimension"/>, <xref linkend="ST_Dump"/>, <xref linkend="ST_Force2D"/>, <xref linkend="ST_SymDifference"/>, <xref linkend="ST_Intersects"/>, <xref linkend="ST_Multi"/></para>
         </refsection>
     </refentry>
 

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list