[GRASS-dev] [GRASS-SVN] r69960 - grass/trunk/vector/v.proj
Markus Neteler
neteler at osgeo.org
Thu Dec 1 02:20:39 PST 2016
Hi Moritz,
On Thu, Dec 1, 2016 at 11:16 AM, <svn_grass at osgeo.org> 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
More information about the grass-dev
mailing list