[GRASS-dev] [GRASS GIS] #1176: r.out.gdal does not browse groups

#1176: r.out.gdal does not browse groups
-------------------------+--------------------------------------------------
Reporter: frankie | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 6.4.1
Component: wxGUI | Version: 6.4.0
Keywords: | Platform: All
      Cpu: Unspecified |
-------------------------+--------------------------------------------------
Groups are valid inputs for r.out.gdal, but the browsing widget in the wx
interface shows regular rasters only, so one needs to write in the group
name by keyboard.

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

#1176: r.out.gdal does not browse groups
-------------------------+--------------------------------------------------
Reporter: frankie | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 6.4.4
Component: wxGUI | Version: 6.4.0
Keywords: | Platform: All
      Cpu: Unspecified |
-------------------------+--------------------------------------------------
Changes (by neteler):

  * milestone: 6.4.1 => 6.4.4

Comment:

In i.group this is solved with
{{{
grp = G_define_standard_option(G_OPT_I_GROUP);
}}}

In r.out.gdal, input can be either G_OPT_R_INPUT or G_OPT_I_GROUP.
Perhaps this must be split into two input parameters?

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