[GRASS-user] "digitize menus" are not created

hello

when I try to digitize a vector map, a different "digitize menus" are not created.
I tried to have it on both "debian GRASS 6.0.2 " and "compiled GRASS 6.0.2". But
nothing happened. Older versions used to provide it.

what can I do ?

regards

--
Ahmet Temiz

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

temiz wrote:

when I try to digitize a vector map, a different "digitize menus" are
not created.
I tried to have it on both "debian GRASS 6.0.2 " and "compiled GRASS
6.0.2". But nothing happened. Older versions used to provide it.

does it work if at the GRASS console prompt you do:

d.mon x0
v.digit

?

if not, what sort of error do you see?

Hamish

temiz wrote:

when I try to digitize a vector map, a different "digitize menus" are
not created.
I tried to have it on both "debian GRASS 6.0.2 " and "compiled GRASS
6.0.2". But nothing happened. Older versions used to provide it.

Oh, at the command prompt try:

v.digit -n new_map

or

v.digit old_map

or

v.digit --help

Hamish

Hamish wrote:

temiz wrote:
  

when I try to digitize a vector map, a different "digitize menus" are
not created.
I tried to have it on both "debian GRASS 6.0.2 " and "compiled GRASS 6.0.2". But nothing happened. Older versions used to provide it.
    
does it work if at the GRASS console prompt you do:

d.mon x0
v.digit

?

if not, what sort of error do you see?

Hamish

thank you

when I enter:
- d.mon x0
- v.digit -n map=sil4 bgcmd="d.rast map=asp1"
GRASS replies:
"Map does not exist.
New empty map created.
100%
Segmentation fault"

and maybe because of Segmentation fault "digitize menu " never appears.

regards

--
Ahmet Temiz

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

temiz wrote:

Hamish wrote:

temiz wrote:

when I try to digitize a vector map, a different "digitize menus" are
not created.
I tried to have it on both "debian GRASS 6.0.2 " and "compiled GRASS
6.0.2". But nothing happened. Older versions used to provide it.
    
does it work if at the GRASS console prompt you do:

d.mon x0
v.digit

?

if not, what sort of error do you see?

Hamish

thank you

when I enter:
- d.mon x0
- v.digit -n map=sil4 bgcmd="d.rast map=asp1"
GRASS replies:
"Map does not exist.
New empty map created.
100%
Segmentation fault"

True. There were v.digit bugs in 6.02, now solved:
http://intevation.de/rt/webrt?serial_num=4380
http://intevation.de/rt/webrt?serial_num=4604

It's a good practice to dig the bugtracker and list archive before
asking a question. You would know facts sooner if you did that :).

Maciek