[GRASS-dev] [GRASS GIS] #3131: d.legend.vect workspace file flag problem

#3131: d.legend.vect workspace file flag problem
---------------------------------------+-------------------------
Reporter: kuszinger | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 7.2.0
Component: Display | Version: unspecified
Keywords: workspace, legend, vector | CPU: Unspecified
Platform: Unspecified |
---------------------------------------+-------------------------
Switching on verbose and overwrite flags in they are save in the workspace
file like this, causing further porblems (see the many flags generated):

{{{
         <overlay name="d.legend.vect">
             <flag name="b" />
             <flag name="-" />
             <flag name="o" />
             <flag name="v" />
             <flag name="e" />
             <flag name="r" />
             <flag name="w" />
             <flag name="r" />
             <flag name="i" />
             <flag name="t" />
             <flag name="e" />
             <flag name="-" />
             <flag name="v" />
             <flag name="e" />
             <flag name="r" />
             <flag name="b" />
             <flag name="o" />
             <flag name="s" />
             <flag name="e" />
             <parameter name="title">
                 <value>Utak</value>
             </parameter>
             <parameter name="border_color">
                 <value>165:42:42</value>
             </parameter>
             <parameter name="input">
                 <value>/home/kuszi/grassSzigetvar/colors/utak.leg</value>
             </parameter>
             <parameter name="at">
                 <value>58.8,17.0</value>
             </parameter>
         </overlay>
}}}

GRASS Last Changed Rev: 69107
d.legend.vect: as today 12 Aug, 2016

After loading the saved workspace, the vector legend won't come back
because of this error but stays in the workspace file in unaccessible
conditions. Users Should erase it with a text editor.

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

#3131: d.legend.vect workspace file flag problem
--------------------------+---------------------------------------
  Reporter: kuszinger | Owner: grass-dev@…
      Type: defect | Status: new
  Priority: normal | Milestone: 7.3.0
Component: Display | Version: unspecified
Resolution: | Keywords: workspace, legend, vector
       CPU: Unspecified | Platform: Unspecified
--------------------------+---------------------------------------
Changes (by martinl):

* milestone: 7.2.0 => 7.3.0

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

#3131: d.legend.vect workspace file flag problem
--------------------------+---------------------------------------
  Reporter: kuszinger | Owner: grass-dev@…
      Type: defect | Status: new
  Priority: normal | Milestone: 7.4.0
Component: Display | Version: unspecified
Resolution: | Keywords: workspace, legend, vector
       CPU: Unspecified | Platform: Unspecified
--------------------------+---------------------------------------

Comment (by annakrat):

In [changeset:"69450" 69450]:
{{{
#!CommitTicketReference repository="" revision="69450"
wxGUI: fix saving long flags of overlays to workspace, see #3131
}}}

--
Ticket URL: </ticket/3131#comment:3>
GRASS GIS <https://grass.osgeo.org>

#3131: d.legend.vect workspace file flag problem
--------------------------+---------------------------------------
  Reporter: kuszinger | Owner: grass-dev@…
      Type: defect | Status: new
  Priority: normal | Milestone: 7.4.0
Component: Display | Version: unspecified
Resolution: | Keywords: workspace, legend, vector
       CPU: Unspecified | Platform: Unspecified
--------------------------+---------------------------------------

Comment (by annakrat):

In [changeset:"69451" 69451]:
{{{
#!CommitTicketReference repository="" revision="69451"
wxGUI: fix saving long flags of overlays to workspace, see #3131 (merge
from trunk, r69450)
}}}

--
Ticket URL: </ticket/3131#comment:4>
GRASS GIS <https://grass.osgeo.org>

#3131: d.legend.vect workspace file flag problem
--------------------------+---------------------------------------
  Reporter: kuszinger | Owner: grass-dev@…
      Type: defect | Status: closed
  Priority: normal | Milestone: 7.2.0
Component: wxGUI | Version: svn-trunk
Resolution: fixed | Keywords: workspace, legend, vector
       CPU: Unspecified | Platform: Unspecified
--------------------------+---------------------------------------
Changes (by annakrat):

* status: new => closed
* resolution: => fixed
* version: unspecified => svn-trunk
* component: Display => wxGUI
* milestone: 7.4.0 => 7.2.0

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