[postgis-tickets] [SCM] PostGIS branch master updated. ee076579927e37b788a9f0f1f9d2280e96c4ec1c

git at osgeo.org git at osgeo.org
Wed Dec 25 08:48:45 PST 2019


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  ee076579927e37b788a9f0f1f9d2280e96c4ec1c (commit)
      from  8311403fba05a7fb8f14bb8412acb56a136ae5af (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 ee076579927e37b788a9f0f1f9d2280e96c4ec1c
Author: Regina Obe <lr at pcorp.us>
Date:   Wed Dec 25 11:48:04 2019 -0500

    Note that ST_Intersects no longer has hook to SFCGAL and directly supports 2D TINS

diff --git a/doc/reference_relationship.xml b/doc/reference_relationship.xml
index e753456..c415568 100644
--- a/doc/reference_relationship.xml
+++ b/doc/reference_relationship.xml
@@ -1080,7 +1080,7 @@ SELECT ST_Equals(ST_Reverse(ST_GeomFromText('LINESTRING(0 0, 10 10)')),
 				returns true, then the geometries also spatially intersect.
 				Disjoint implies false for spatial intersection.</para>
 
-			<para>Changed: 3.0.0 SFCGAL version removed.</para>
+			<para>Changed: 3.0.0 SFCGAL version removed and native suppport for 2D TINS added.</para>
 			<para>Enhanced: 2.5.0 Supports GEOMETRYCOLLECTION.</para>
 			<para>Enhanced: 2.3.0 Enhancement to PIP short-circuit extended to support MultiPoints with few points. Prior versions only supported point in polygon.</para>
 			<para>Performed by the GEOS module (for geometry), geography is native</para>
@@ -1102,7 +1102,9 @@ SELECT ST_Equals(ST_Reverse(ST_GeomFromText('LINESTRING(0 0, 10 10)')),
 			  - ST_Intersects(g1, g2 ) --> Not (ST_Disjoint(g1, g2 ))
 			</para>
 			<para>&sqlmm_compliant; SQL-MM 3: 5.1.27</para>
-                        <para>&sfcgal_enhanced;</para>
+			<para>&curve_support;</para>
+			<!-- Optionally mention support for Triangles and TINS  -->
+			<para>&T_support;</para>
 		</refsection>
 		<refsection>
 		<title>Geometry Examples</title>

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list