[GRASS-SVN] r38989 - grass/trunk/include

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Sep 5 13:00:25 EDT 2009


Author: benducke
Date: 2009-09-05 13:00:24 -0400 (Sat, 05 Sep 2009)
New Revision: 38989

Modified:
   grass/trunk/include/gis.h
Log:
Add G_OPT_V3_TYPE which includes 2D and 3D vector primitives (for now +KERNELS and +FACES)

Modified: grass/trunk/include/gis.h
===================================================================
--- grass/trunk/include/gis.h	2009-09-05 15:24:04 UTC (rev 38988)
+++ grass/trunk/include/gis.h	2009-09-05 17:00:24 UTC (rev 38989)
@@ -180,6 +180,7 @@
     G_OPT_V_MAP,		/* old input vector map */
     G_OPT_V_MAPS,		/* old input vector maps */
     G_OPT_V_TYPE,		/* primitive type */
+    G_OPT_V3_TYPE,		/* primitive type, 2D and 3D */
     G_OPT_V_FIELD,		/* layer number (layers used to be called fields) */
     G_OPT_V_CAT,		/* one category */
     G_OPT_V_CATS,		/* more categories */



More information about the grass-commit mailing list