[GRASS-SVN] r34256 - grass/branches/develbranch_6/vector/v.to.db

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 12 10:02:20 EST 2008


Author: epatton
Date: 2008-11-12 10:02:20 -0500 (Wed, 12 Nov 2008)
New Revision: 34256

Modified:
   grass/branches/develbranch_6/vector/v.to.db/description.html
Log:
Fixed incorrect 'type' parameters in doc examples (bug #360)

Modified: grass/branches/develbranch_6/vector/v.to.db/description.html
===================================================================
--- grass/branches/develbranch_6/vector/v.to.db/description.html	2008-11-12 01:41:06 UTC (rev 34255)
+++ grass/branches/develbranch_6/vector/v.to.db/description.html	2008-11-12 15:02:20 UTC (rev 34256)
@@ -42,13 +42,13 @@
 
 Upload category numbers to attribute table (used for new map):<br>
 <div class="code"><pre>
-v.to.db map=soils type=area option=cat
+v.to.db map=soils type=centroid option=cat
 </pre></div>
 
 <p>
-Upload area sizes of each polygon to attribute table:<br>
+Upload polygon areas to corresponding centroid record in the attribute table:<br>
 <div class="code"><pre>
-v.to.db map=soils type=area option=area col=area_size unit=h
+v.to.db map=soils type=centroid option=area col=area_size unit=h
 </pre></div>
 
 <p>



More information about the grass-commit mailing list