[GRASS-SVN] r48921 - grass/trunk/vector/v.colors

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Oct 23 17:12:09 EDT 2011


Author: neteler
Date: 2011-10-23 14:12:09 -0700 (Sun, 23 Oct 2011)
New Revision: 48921

Modified:
   grass/trunk/vector/v.colors/v.colors.html
Log:
show some GRASSRGB sample values

Modified: grass/trunk/vector/v.colors/v.colors.html
===================================================================
--- grass/trunk/vector/v.colors/v.colors.html	2011-10-23 21:08:05 UTC (rev 48920)
+++ grass/trunk/vector/v.colors/v.colors.html	2011-10-23 21:12:09 UTC (rev 48921)
@@ -67,6 +67,13 @@
 <div class="code"><pre>
 v.db.addcolumn map=soils_general column="GRASSRGB varchar(12)"
 v.colors map=soils_general layer=1 color=wave column=AREA rgb_column=GRASSRGB
+
+# See some GRASSRGB values:
+v.db.select map=soils_general | head -n 4
+cat|OBJECTID|AREA|PERIMETER|GSLNC250_|GSLNC250_I|GSL_NAME|GRASSRGB
+1|1|0|164616.125|2|1|NC113|212:42:127
+2|2|0|30785.529297|3|2|NC096|212:42:127
+3|3|0|87572.882812|4|3|NC097|212:42:127
 </pre></div>
 
 <h2>SEE ALSO</h2>



More information about the grass-commit mailing list