#1413: r.to.vect overwrite problem
-------------------------+--------------------------------------------------
Reporter: neteler | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 6.4.2
Component: Default | Version: svn-releasebranch64
Keywords: | Platform: MSWindows 7
Cpu: Unspecified |
-------------------------+--------------------------------------------------
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:
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.
}}}
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.).