[GRASS-dev] [GRASS GIS] #1413: r.to.vect overwrite problem

#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:

{{{
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.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1413&gt;
GRASS GIS <http://grass.osgeo.org>

#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 |
-------------------------+--------------------------------------------------

Comment(by neteler):

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.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1413#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>

#1413: r.to.vect overwrite problem
------------------------------------+---------------------------------------
Reporter: neteler | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 6.4.4
Component: wxGUI | Version: svn-releasebranch64
Keywords: r.to.vect, module guis | Platform: MSWindows 7
      Cpu: Unspecified |
------------------------------------+---------------------------------------
Changes (by hamish):

  * keywords: => r.to.vect, module guis
  * component: Default => wxGUI
  * milestone: 6.4.2 => 6.4.4

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/1413#comment:2&gt;
GRASS GIS <http://grass.osgeo.org>

#1413: r.to.vect overwrite problem
--------------------------+-------------------------------------------------
  Reporter: neteler | Owner: grass-dev@…
      Type: defect | Status: closed
  Priority: normal | Milestone: 6.4.4
Component: wxGUI | Version: svn-releasebranch64
Resolution: fixed | Keywords: r.to.vect, module guis
  Platform: MSWindows 7 | Cpu: Unspecified
--------------------------+-------------------------------------------------
Changes (by neteler):

  * status: new => closed
  * resolution: => fixed

Comment:

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

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1413#comment:3&gt;
GRASS GIS <http://grass.osgeo.org>