[GRASS-user] can I display attrcol during digitizing?

Hamish hamish_nospam at yahoo.com
Tue Nov 21 18:42:21 EST 2006


Jarek Jasiewicz wrote:
> Hi
> I want to display as a background vector with atrrcol as a parameter.
> 
> ie:  v.digit geologia bgcmd="d.vect map=stara_geologia atrrcol=cat"
> 
> And I can't. attrcol is not valid parameter
> 
> Is it possible in all? or any surogate method to display background 
> atributies during digitalizing (raster is not an option - to many 
> categories)


start by getting the d.vect command working without the complication of
v.digit.


d.mon start=x0
d.vect map=stara_geologia display=attr attrcol=cat
  or easier,
d.vect map=stara_geologia display=cat


(your error was because you spelt "attrcol" wrong)


Hamish




More information about the grass-user mailing list