]> granicus.if.org Git - postgis/commitdiff
Document swapping 'edge crosses node' reported ids (#3022)
authorSandro Santilli <strk@keybit.net>
Thu, 29 Jan 2015 20:19:21 +0000 (20:19 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 29 Jan 2015 20:19:21 +0000 (20:19 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13206 b70326c6-7e19-0410-871a-916f4a2858ee

NEWS
doc/extras_topology.xml

diff --git a/NEWS b/NEWS
index 5bd1cd8a441bbe2bd29bfecc3ea1078c3409e453..c2a8da4e17ad3be2fe4dc75177ba399866a1baa3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ PostGIS 2.2.0
 
  * Important / Breaking Changes *
 
+  - #3022, ValidateTopology swapped meaning of id1 and id2 for the
+           'edge crosses node' error (now edge_id,node_id)
   - #2565, ST_SummaryStats(tablename, rastercolumn, ...) uses
            ST_SummaryStatsAgg()
   - #2567, ST_Count(tablename, rastercolumn, ...) uses ST_CountAgg()
index ea8e5b70a0dd35294ceb36113d9a49c45b95a39e..96f098ed90803cc4f312ade1b09bd5dc81c76bde 100644 (file)
@@ -547,6 +547,7 @@ SELECT topology.AddTopoGeometryColumn('ri_topo', 'ri', 'roads', 'topo', 'LINE');
                 <para>Availability: 1.0.0</para>
                        <!-- 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>
                        </refsection>