[postgis-tickets] r14441 - Fix typo in the invocation of lwt_be_getNodeWithinBox2D callback

Sandro Santilli strk at keybit.net
Fri Nov 27 03:18:07 PST 2015


Author: strk
Date: 2015-11-27 03:18:07 -0800 (Fri, 27 Nov 2015)
New Revision: 14441

Modified:
   trunk/liblwgeom/lwgeom_topo.c
Log:
Fix typo in the invocation of lwt_be_getNodeWithinBox2D callback

Modified: trunk/liblwgeom/lwgeom_topo.c
===================================================================
--- trunk/liblwgeom/lwgeom_topo.c	2015-11-27 11:12:07 UTC (rev 14440)
+++ trunk/liblwgeom/lwgeom_topo.c	2015-11-27 11:18:07 UTC (rev 14441)
@@ -5590,7 +5590,7 @@
 
   /* 2.1. Node with existing nodes within tol
    * TODO: check if we should be only considering _isolated_ nodes! */
-  nodes = lwt_be_getNodeWithinBox2D( topo, &qbox, &num, LWT_COL_EDGE_ALL, 0 );
+  nodes = lwt_be_getNodeWithinBox2D( topo, &qbox, &num, LWT_COL_NODE_ALL, 0 );
   if ( num == -1 )
   {
     lwgeom_free(noded);



More information about the postgis-tickets mailing list