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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 12 10:18:16 EST 2008


Author: epatton
Date: 2008-11-12 10:18:16 -0500 (Wed, 12 Nov 2008)
New Revision: 34257

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

Modified: grass/trunk/vector/v.to.db/v.to.db.html
===================================================================
--- grass/trunk/vector/v.to.db/v.to.db.html	2008-11-12 15:02:20 UTC (rev 34256)
+++ grass/trunk/vector/v.to.db/v.to.db.html	2008-11-12 15:18:16 UTC (rev 34257)
@@ -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