Browse Source

some more basic explanation added

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@48940 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 13 năm trước cách đây
mục cha
commit
e1ca346c2c
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      vector/v.colors/v.colors.html

+ 3 - 1
vector/v.colors/v.colors.html

@@ -6,7 +6,9 @@ by <b>map</b>) must exist in the user's current mapset search path.
 <p>
 As input a vector map with a numeric data column is required which is
 used to apply the color rules. The color values are stored in a string
-column (default name "GRASSRGB") by saving the R:G:B values.
+column (default name "GRASSRGB", varchar(11)) by saving the RRR:GGG:BBB
+values suitable for use with '<tt>d.vect -a</tt>'. If this RGB column
+is not found in the attribute table, it is automatically created.
 <p>
 The <b>rast</b> option allows user to specify a raster map <i>name</i>
 from which to copy the color map.