[GRASS-SVN] r72868 - grass/trunk/vector/v.to.db

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jun 21 13:55:25 PDT 2018


Author: mmetz
Date: 2018-06-21 13:55:25 -0700 (Thu, 21 Jun 2018)
New Revision: 72868

Modified:
   grass/trunk/vector/v.to.db/units.c
Log:
v.to.db: +unit conversion for compactness

Modified: grass/trunk/vector/v.to.db/units.c
===================================================================
--- grass/trunk/vector/v.to.db/units.c	2018-06-21 20:09:01 UTC (rev 72867)
+++ grass/trunk/vector/v.to.db/units.c	2018-06-21 20:55:25 UTC (rev 72868)
@@ -23,6 +23,7 @@
 	for (i = 0; i < vstat.rcat; i++)
 	    Values[i].d1 *= sq_f;
 	break;
+    case O_COMPACT:
     case O_FD:
 	for (i = 0; i < vstat.rcat; i++) {
 	    Values[i].d1 *= sq_f;



More information about the grass-commit mailing list