2015-10-16 13:05 GMT+02:00 Markus Neteler <neteler@osgeo.org>:
I was wondering about that - but didn't understand what G_OPT_F_BIN_INPUT means.
I used the r.in.gdal approach.
G_OPT_F_INPUT adds to GUI dialog widget for "interactive input",
G_OPT_F_BIN_INPUT not. In this case I think that right is
G_OPT_F_BIN_INPUT (r.import dialog with interactive input is somehow
misleading for user POV I would say).
On Fri, Oct 16, 2015 at 1:46 PM, Martin Landa <landa.martin@gmail.com> wrote:
Hi Markus,
2015-10-16 13:05 GMT+02:00 Markus Neteler <neteler@osgeo.org>:
I was wondering about that - but didn't understand what G_OPT_F_BIN_INPUT means.
I used the r.in.gdal approach.
G_OPT_F_INPUT adds to GUI dialog widget for "interactive input",
G_OPT_F_BIN_INPUT not. In this case I think that right is
G_OPT_F_BIN_INPUT (r.import dialog with interactive input is somehow
misleading for user POV I would say).
Yes, exactly. Thanks for having it updated.
BTW: where to add this explanation in the doxygen part?
parser_standard_options.c is not very detailed...