[GRASS-SVN] r56114 - grass/trunk/vector/v.delaunay

svn_grass at osgeo.org svn_grass at osgeo.org
Sat May 4 02:53:05 PDT 2013


Author: martinl
Date: 2013-05-04 02:53:05 -0700 (Sat, 04 May 2013)
New Revision: 56114

Modified:
   grass/trunk/vector/v.delaunay/main.c
Log:
v.delaunay: fix building topology (attach centroids)


Modified: grass/trunk/vector/v.delaunay/main.c
===================================================================
--- grass/trunk/vector/v.delaunay/main.c	2013-05-04 09:46:19 UTC (rev 56113)
+++ grass/trunk/vector/v.delaunay/main.c	2013-05-04 09:53:05 UTC (rev 56114)
@@ -182,6 +182,7 @@
 	    Vect_write_line(&Out, GV_CENTROID, Points, Cats);
 	}
     }
+    Vect_build_partial(&Out, GV_BUILD_NONE); /* build topo from scratch */
     Vect_build(&Out);
     Vect_close(&Out);
 



More information about the grass-commit mailing list