Greetings<div><br></div><div>I'm using winGRASS6.4.1 (compiled from OSGEO4w) and I'm having a difficulty on applying v.colors.</div><div>I have a raster map (r.reclass) that I convert to vector/areas. So far so good...</div>
<div>But when I try to apply v.colors with this expression:</div><div>v.colors map=teste01_LULC@Regional column=cat color=aspect </div><div><div><br></div></div><div>I get this error:</div><div><div>Creating column <GRASSRGB> ...</div>
<div>E:/GRASS6/scripts/v.colors: v.db.addcol: command not found</div><div>ERROR: Creating color column</div></div><div>This v.db.addcol is present in the Scripts folder</div><div><br></div><div>If i do <a href="http://v.info">v.info</a> to my vector file I get this information...</div>
<div><br></div><div><div><br></div><div> +----------------------------------------------------------------------------+</div><div> | Layer: teste01_LULC |</div><div> | Mapset: Regional |</div>
<div> | Location: LOCAL |</div><div> | Database: E:\v3 |</div><div> | Title: |</div>
<div> | Map scale: 1:1 |</div><div> | Map format: native |</div><div> | Name of creator: orbit |</div>
<div> | Organization: |</div><div> | Source date: Tue Nov 09 11:11:40 2010 |</div><div> |----------------------------------------------------------------------------|</div>
<div> | Type of Map: vector (level: 2) |</div><div> | |</div><div> | Number of points: 0 Number of areas: 213680 |</div>
<div> | Number of lines: 0 Number of islands: 73649 |</div><div> | Number of boundaries: 348770 Number of faces: 0 |</div><div> | Number of centroids: 213666 Number of kernels: 0 |</div>
<div> | |</div><div> | Map is 3D: No |</div><div> | Number of dblinks: 1 |</div>
<div> | |</div><div> | Projection: Universal Transverse Mercator (zone 0) |</div><div> | N: 8832707.83027649 S: 7028073.62772369 |</div>
<div> | E: 1347458.42001915 W: 200792.5777576 |</div><div> | |</div><div> | Digitization threshold: 0 |</div>
<div> | Comments: |</div><div> | |</div><div> +----------------------------------------------------------------------------+</div>
<div> </div></div><div><br></div><div>Can anybody help me?</div>