[postgis-tickets] [SCM] PostGIS branch main updated. 3.1.0rc1-290-gc40f253

git at osgeo.org git at osgeo.org
Thu Jul 8 08:31:17 PDT 2021


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, main has been updated
       via  c40f25324c1e7d54f3ba78b20b662b142f09b235 (commit)
       via  bfc2a0c2e997507c387654e99597210ae9480517 (commit)
      from  ef07b87bf8dba9c148cbfc297d3342455247cd4c (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 c40f25324c1e7d54f3ba78b20b662b142f09b235
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Jul 8 17:25:19 2021 +0200

    Update documentation of ValidateTopology adding the new checks

diff --git a/doc/extras_topology.xml b/doc/extras_topology.xml
index 6e64c5b..1a1d587 100644
--- a/doc/extras_topology.xml
+++ b/doc/extras_topology.xml
@@ -629,6 +629,21 @@ area specified by the <varname>bbox</varname> parameter.
                                     <entry>inner face_id</entry>
                                     <entry>outer face_id</entry>
                             </row>
+                            <row>
+                                    <entry>invalid next_left_edge</entry>
+                                    <entry>edge_id</entry>
+                                    <entry>expected next_left_edge value</entry>
+                            </row>
+                            <row>
+                                    <entry>invalid next_right_edge</entry>
+                                    <entry>edge_id</entry>
+                                    <entry>expected next_right_edge value</entry>
+                            </row>
+                            <row>
+                                    <entry>mixed face labeling in ring</entry>
+                                    <entry>signed edge_id identifying the ring</entry>
+                                    <entry>null</entry>
+                            </row>
                          </tbody>
                         </tgroup>
                     </informaltable>
@@ -638,7 +653,7 @@ area specified by the <varname>bbox</varname> parameter.
 	<!-- use this format if not a new function but functionality enhanced -->
                 <para>Enhanced: 2.0.0 more efficient edge crossing detection and fixes for false positives that were existent in prior versions.</para>
                 <para>Changed: 2.2.0 values for id1 and id2 were swapped for 'edge crosses node' to be consistent with error description.</para>
-                <para>Changed: 3.2.0 added optional bbox parameter.</para>
+                <para>Changed: 3.2.0 added optional bbox parameter, perform face labeling and edge linking checks.</para>
 			</refsection>
 
 

commit bfc2a0c2e997507c387654e99597210ae9480517
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Jul 8 17:30:50 2021 +0200

    Update expected results from another validity test

diff --git a/topology/test/regress/legacy_invalid_expected b/topology/test/regress/legacy_invalid_expected
index d4431b3..6d69100 100644
--- a/topology/test/regress/legacy_invalid_expected
+++ b/topology/test/regress/legacy_invalid_expected
@@ -1,10 +1,4 @@
 t
-Edgering side location conflict|-33|
-Edgering side location conflict|-32|
-Edgering side location conflict|-29|
-Edgering side location conflict|29|
-Edgering side location conflict|32|
-Edgering side location conflict|33|
 coincident nodes|1|23
 edge crosses edge|2|28
 edge crosses edge|2|29
@@ -43,6 +37,12 @@ invalid next_right_edge|27|-22
 invalid next_right_edge|28|-30
 invalid next_right_edge|29|7
 invalid next_right_edge|33|31
+mixed face labeling in ring|-33|
+mixed face labeling in ring|-32|
+mixed face labeling in ring|-29|
+mixed face labeling in ring|29|
+mixed face labeling in ring|32|
+mixed face labeling in ring|33|
 not-isolated node has not-null containing_face|4|
 #4936|missing_count|4
 #4936|missing|face has no rings|10|

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

Summary of changes:
 doc/extras_topology.xml                       | 17 ++++++++++++++++-
 topology/test/regress/legacy_invalid_expected | 12 ++++++------
 2 files changed, 22 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list