From: Sandro Santilli Date: Thu, 29 Jan 2015 20:19:21 +0000 (+0000) Subject: Document swapping 'edge crosses node' reported ids (#3022) X-Git-Tag: 2.2.0rc1~688 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2837af506c35c7547d331817356d7f2b9e148f57;p=postgis Document swapping 'edge crosses node' reported ids (#3022) git-svn-id: http://svn.osgeo.org/postgis/trunk@13206 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/NEWS b/NEWS index 5bd1cd8a4..c2a8da4e1 100644 --- 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() diff --git a/doc/extras_topology.xml b/doc/extras_topology.xml index ea8e5b70a..96f098ed9 100644 --- a/doc/extras_topology.xml +++ b/doc/extras_topology.xml @@ -547,6 +547,7 @@ SELECT topology.AddTopoGeometryColumn('ri_topo', 'ri', 'roads', 'topo', 'LINE'); Availability: 1.0.0 Enhanced: 2.0.0 more efficient edge crossing detection and fixes for false positives that were existent in prior versions. + Changed: 2.2.0 values for id1 and id2 were swapped for 'edge crosses node' to be consistent with error description.