Opened 14 years ago
Last modified 9 years ago
#1176 new defect
r.out.gdal does not browse groups
Reported by: | frankie | Owned by: | |
---|---|---|---|
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 , 12 years ago
Milestone: | 6.4.1 → 6.4.4 |
---|
comment:2 by , 9 years ago
Milestone: | 6.4.4 → 6.4.6 |
---|
Note:
See TracTickets
for help on using tickets.
In i.group this is solved with
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?