[GRASS-SVN] r52778 - grass/branches/releasebranch_6_4/scripts/d.vect.thematic
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Aug 20 07:25:36 PDT 2012
Author: neteler
Date: 2012-08-20 07:25:34 -0700 (Mon, 20 Aug 2012)
New Revision: 52778
Modified:
grass/branches/releasebranch_6_4/scripts/d.vect.thematic/description.html
Log:
fix example
Modified: grass/branches/releasebranch_6_4/scripts/d.vect.thematic/description.html
===================================================================
--- grass/branches/releasebranch_6_4/scripts/d.vect.thematic/description.html 2012-08-20 14:16:08 UTC (rev 52777)
+++ grass/branches/releasebranch_6_4/scripts/d.vect.thematic/description.html 2012-08-20 14:25:34 UTC (rev 52778)
@@ -62,7 +62,7 @@
v.random random n=200
v.db.addtable random col="el10 double precision"
# transfer elevations to attribute table of random points map:
-v.what.rast random rast=elevation.10m col=elev
+v.what.rast random rast=elevation.10m col=el10
v.db.select random
# comparative sampling of second map, incl. differences:
More information about the grass-commit
mailing list