Re: [GRASS-dev] inconsistency between G_OPT_V_INPUT and G_OPT_R_INPUT

2015-07-07 Thread Huidae Cho
I think we still need to fix it. On Thu, May 21, 2015 at 11:15 AM, Vaclav Petras wenzesl...@gmail.com wrote: On Wed, May 13, 2015 at 10:14 AM, Vaclav Petras wenzesl...@gmail.com wrote: On Wed, May 13, 2015 at 9:47 AM, Pietro peter.z...@gmail.com wrote: On Wed, May 13, 2015 at 11:08

Re: [GRASS-dev] inconsistency between G_OPT_V_INPUT and G_OPT_R_INPUT

2015-05-21 Thread Vaclav Petras
On Wed, May 13, 2015 at 10:14 AM, Vaclav Petras wenzesl...@gmail.com wrote: On Wed, May 13, 2015 at 9:47 AM, Pietro peter.z...@gmail.com wrote: On Wed, May 13, 2015 at 11:08 AM, Martin Landa landa.mar...@gmail.com wrote: 2015-05-13 8:03 GMT+02:00 Pietro peter.z...@gmail.com: As

Re: [GRASS-dev] inconsistency between G_OPT_V_INPUT and G_OPT_R_INPUT

2015-05-13 Thread Martin Landa
Hi, 2015-05-13 8:03 GMT+02:00 Pietro peter.z...@gmail.com: #% description: Name of vector map with interested segments of rivers - label As you can see the description of the parameter add the default description set in G_OPT_V_INPUT and in a new line the description added manually in the

Re: [GRASS-dev] inconsistency between G_OPT_V_INPUT and G_OPT_R_INPUT

2015-05-13 Thread Pietro
Hi Martin, On Wed, May 13, 2015 at 11:08 AM, Martin Landa landa.mar...@gmail.com wrote: Hi, 2015-05-13 8:03 GMT+02:00 Pietro peter.z...@gmail.com: #% description: Name of vector map with interested segments of rivers - label Therefore I should use label instead of description, something

Re: [GRASS-dev] inconsistency between G_OPT_V_INPUT and G_OPT_R_INPUT

2015-05-13 Thread Vaclav Petras
On Wed, May 13, 2015 at 9:47 AM, Pietro peter.z...@gmail.com wrote: Hi Martin, On Wed, May 13, 2015 at 11:08 AM, Martin Landa landa.mar...@gmail.com wrote: Hi, 2015-05-13 8:03 GMT+02:00 Pietro peter.z...@gmail.com: #% description: Name of vector map with interested segments of rivers

[GRASS-dev] inconsistency between G_OPT_V_INPUT and G_OPT_R_INPUT

2015-05-13 Thread Pietro
Dear all, I found an inconsistency of behaviors between G_OPT_R_INPUT and G_OPT_V_INPUT, here the test code: {{{ #!/usr/bin/env python # -- coding: utf-8 -- #%module #% description: Test #% keywords: test #%end #%option G_OPT_R_INPUT #% key: discharge #% description: Name of river discharge

Re: [GRASS-dev] inconsistency between G_OPT_V_INPUT and G_OPT_R_INPUT

2015-05-13 Thread Nikos Alexandris
* Pietro peter.z...@gmail.com [2015-05-13 08:03:04 +0200]: Dear all, I found an inconsistency of behaviors between G_OPT_R_INPUT and G_OPT_V_INPUT, here the test code: {{{ #!/usr/bin/env python # -- coding: utf-8 -- #%module #% description: Test #% keywords: test #%end #%option