[GRASS-SVN] r59361 - grass/trunk/lib/vector/Vlib
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Mar 26 07:24:49 PDT 2014
Author: turek
Date: 2014-03-26 07:24:49 -0700 (Wed, 26 Mar 2014)
New Revision: 59361
Modified:
grass/trunk/lib/vector/Vlib/build.c
Log:
Vect_build_partial: doc note about building of category index
Modified: grass/trunk/lib/vector/Vlib/build.c
===================================================================
--- grass/trunk/lib/vector/Vlib/build.c 2014-03-26 14:22:56 UTC (rev 59360)
+++ grass/trunk/lib/vector/Vlib/build.c 2014-03-26 14:24:49 UTC (rev 59361)
@@ -797,7 +797,7 @@
- GV_BUILD_BASE - basic topology, nodes, lines, spatial index;
- GV_BUILD_AREAS - build areas and islands, but islands are not attached to areas;
- GV_BUILD_ATTACH_ISLES - attach islands to areas;
- - GV_BUILD_CENTROIDS - assign centroids to areas;
+ - GV_BUILD_CENTROIDS - assign centroids to areas, build category index;
- GV_BUILD_ALL - top level, the same as GV_BUILD_CENTROIDS.
If functions is called with build lower than current value of the
More information about the grass-commit
mailing list