[postgis-tickets] r14440 - Fix typo in the invocation of lwt_be_getNodeWithinBox2D callback
Sandro Santilli
strk at keybit.net
Fri Nov 27 03:12:07 PST 2015
Author: strk
Date: 2015-11-27 03:12:07 -0800 (Fri, 27 Nov 2015)
New Revision: 14440
Modified:
branches/2.2/liblwgeom/lwgeom_topo.c
Log:
Fix typo in the invocation of lwt_be_getNodeWithinBox2D callback
Modified: branches/2.2/liblwgeom/lwgeom_topo.c
===================================================================
--- branches/2.2/liblwgeom/lwgeom_topo.c 2015-11-26 14:34:42 UTC (rev 14439)
+++ branches/2.2/liblwgeom/lwgeom_topo.c 2015-11-27 11:12:07 UTC (rev 14440)
@@ -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