Opened 13 years ago

Closed 10 years ago

#1413 closed defect (fixed)

r.to.vect overwrite problem

Reported by: neteler Owned by: grass-dev@…
Priority: normal Milestone: 6.4.4
Component: wxGUI Version: svn-releasebranch64
Keywords: r.to.vect, module guis Cc:
CPU: Unspecified Platform: MSWindows 7

Description

On Windows, r.to.vect is unable to overwrite via wxGUI. The reason is that in the output "@PERMANENT" is added which creates the problem:

r.to.vect -z --overwrite input=ahn5m@PERMANENT output=ahn5m@PERMANENT feature=point

Vektorkarte <ahn5m> existiert bereits und wird überschrieben.
Kann Datei 'C:\GRASS/meuse/PERMANENT/vector/ahn5m/hist' nicht löschen.
ERROR: Kann Vektorkarte <ahn5m> nicht löschen.

(It cannot delete the vector map)

See also attached screenshot.

Attachments (1)

r_to_vect_error.jpg (43.2 KB ) - added by neteler 13 years ago.
PERMANENT should be suppressed for output

Download all attachments as: .zip

Change History (4)

by neteler, 13 years ago

Attachment: r_to_vect_error.jpg added

PERMANENT should be suppressed for output

comment:1 by neteler, 13 years ago

Solution proposal: The output parameter should not have a fully qualified name in the wxGUI (especially if the user selects an output name from another mapset for lazyness, the name must not contain the @mapset part.).

Note: For the hist file problem, see #1158.

comment:2 by hamish, 11 years ago

Component: DefaultwxGUI
Keywords: r.to.vect module guis added
Milestone: 6.4.26.4.4

comment:3 by neteler, 10 years ago

Resolution: fixed
Status: newclosed

Tested again, it is working fine in the current wxGUI of 6.4.svn.

Note: See TracTickets for help on using tickets.