[GRASS-SVN] r52780 - grass/trunk/scripts/d.vect.thematic
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Aug 20 07:26:28 PDT 2012
Author: neteler
Date: 2012-08-20 07:26:27 -0700 (Mon, 20 Aug 2012)
New Revision: 52780
Modified:
grass/trunk/scripts/d.vect.thematic/d.vect.thematic.html
Log:
fix example
Modified: grass/trunk/scripts/d.vect.thematic/d.vect.thematic.html
===================================================================
--- grass/trunk/scripts/d.vect.thematic/d.vect.thematic.html 2012-08-20 14:25:40 UTC (rev 52779)
+++ grass/trunk/scripts/d.vect.thematic/d.vect.thematic.html 2012-08-20 14:26:27 UTC (rev 52780)
@@ -60,7 +60,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:
@@ -78,7 +78,6 @@
d.vect.thematic -l precip_30ynormals column=annual type=point
</pre></div>
-
<h2>SEE ALSO</h2>
<em>
More information about the grass-commit
mailing list