[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-343-gb79fe865a

git at osgeo.org git at osgeo.org
Sun Nov 20 10:59:22 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  b79fe865a9f718696a80afd0907ef2d967b98523 (commit)
      from  e941496dfc4b314efee686353f970b50ca2fc535 (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 b79fe865a9f718696a80afd0907ef2d967b98523
Author: Martin Davis <mtnclimb at gmail.com>
Date:   Sun Nov 20 10:59:18 2022 -0800

    Remove doc duplicate example

diff --git a/doc/reference_relationship.xml b/doc/reference_relationship.xml
index 19915df6b..799b6b05e 100644
--- a/doc/reference_relationship.xml
+++ b/doc/reference_relationship.xml
@@ -1138,30 +1138,9 @@ FROM (SELECT
         -2 |         2
 </programlisting>
 
-      <para><emphasis role="bold">Example:</emphasis>
-      LINE MULTICROSS END LEFT and LINE MULTICROSS END RIGHT
+<para><emphasis role="bold">Example:</emphasis>
+      Finds all streets that cross
       </para>
-      <informalfigure>
-        <mediaobject>
-          <imageobject>
-          <imagedata fileref="images/st_linecrossingdirection02.png" />
-          </imageobject>
-            <caption><para>Blue: Line A;  Green: Line B</para></caption>
-        </mediaobject>
-        </informalfigure>
-        <programlisting>
-SELECT ST_LineCrossingDirection(lineA, lineB) As A_cross_B,
-       ST_LineCrossingDirection(lineB, lineA) As B_cross_A
-FROM (SELECT
-  ST_GeomFromText('LINESTRING(25 169,89 114,40 70,86 43)') As lineA,
-  ST_GeomFromText('LINESTRING (171 154, 20 140, 71 74, 2.99 90.16)') As lineB
-) As foo;
-
- A_cross_B | B_cross_A
------------+-----------
-         2 |        -2
-</programlisting>
-
 <programlisting>
 SELECT s1.gid, s2.gid, ST_LineCrossingDirection(s1.geom, s2.geom)
   FROM streets s1 CROSS JOIN streets s2

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

Summary of changes:
 doc/reference_relationship.xml | 25 ++-----------------------
 1 file changed, 2 insertions(+), 23 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list