Re: [GRASS-dev] [GRASS-SVN] r69960 - grass/trunk/vector/v.proj

2016-12-01 Thread Moritz Lennert

On 01/12/16 11:20, Markus Neteler wrote:

Hi Moritz,

On Thu, Dec 1, 2016 at 11:16 AM,   wrote:

Author: mlennert
Date: 2016-12-01 02:16:36 -0800 (Thu, 01 Dec 2016)
New Revision: 69960

Modified:
   grass/trunk/vector/v.proj/main.c
Log:
v.proj: add no topology flag


...

+flag.no_topol = G_define_flag();
+flag.no_topol->key = 'b';
+flag.no_topol->label = _("Do not build vector topology");
+flag.no_topol->description = _("Recommended for massive point conversion");


I'd suggest to rephrase it to
_("Recommended for massive point reprojection");

to avoid confusion (unless there is a particular reason to use
"conversion" here which sounds like format change to me).


Agreed and done in r69961 (including adding mention of the flag in the 
man page).


The wording was the result of a shameless copy and paste from r.to.vect 
and so of my laziness...


Moritz
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS-SVN] r69960 - grass/trunk/vector/v.proj

2016-12-01 Thread Markus Neteler
Hi Moritz,

On Thu, Dec 1, 2016 at 11:16 AM,   wrote:
> Author: mlennert
> Date: 2016-12-01 02:16:36 -0800 (Thu, 01 Dec 2016)
> New Revision: 69960
>
> Modified:
>grass/trunk/vector/v.proj/main.c
> Log:
> v.proj: add no topology flag

...
> +flag.no_topol = G_define_flag();
> +flag.no_topol->key = 'b';
> +flag.no_topol->label = _("Do not build vector topology");
> +flag.no_topol->description = _("Recommended for massive point 
> conversion");

I'd suggest to rephrase it to
_("Recommended for massive point reprojection");

to avoid confusion (unless there is a particular reason to use
"conversion" here which sounds like format change to me).

Best
Markus
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev