Opened 14 years ago

Last modified 8 years ago

#1176 new defect

r.out.gdal does not browse groups

Reported by: frankie Owned by: grass-dev@…
Priority: normal Milestone: 6.4.6
Component: wxGUI Version: 6.4.0
Keywords: Cc:
CPU: Unspecified Platform: All

Description

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.

Change History (2)

comment:1 by neteler, 12 years ago

Milestone: 6.4.16.4.4

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?

comment:2 by neteler, 8 years ago

Milestone: 6.4.46.4.6
Note: See TracTickets for help on using tickets.