[GRASS-SVN] r57766 - grass/branches/develbranch_6/vector/v.transform
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Sep 20 16:21:53 PDT 2013
Author: hamish
Date: 2013-09-20 16:21:53 -0700 (Fri, 20 Sep 2013)
New Revision: 57766
Modified:
grass/branches/develbranch_6/vector/v.transform/main.c
Log:
minor sync with relbr64
Modified: grass/branches/develbranch_6/vector/v.transform/main.c
===================================================================
--- grass/branches/develbranch_6/vector/v.transform/main.c 2013-09-20 23:13:49 UTC (rev 57765)
+++ grass/branches/develbranch_6/vector/v.transform/main.c 2013-09-20 23:21:53 UTC (rev 57766)
@@ -10,7 +10,7 @@
* PURPOSE: To transform a vector map's coordinates via a set of tie
* points.
*
-* COPYRIGHT: (C) 2002-2007, 2011 by the GRASS Development Team
+* COPYRIGHT: (C) 2002-2011 by the GRASS Development Team
*
* This program is free software under the GNU General Public
* License (>=v2). Read the file COPYING that comes with GRASS
@@ -96,19 +96,19 @@
print_mat_flag->key = 'm';
print_mat_flag->description =
_("Print the transformation matrix to stdout");
-
+
shift_flag = G_define_flag();
shift_flag->key = 's';
shift_flag->description =
_("Instead of points use transformation parameters "
"(xshift, yshift, zshift, xscale, yscale, zscale, zrot)");
shift_flag->guisection = _("Custom");
-
+
vold = G_define_standard_option(G_OPT_V_INPUT);
field = G_define_standard_option(G_OPT_V_FIELD);
field->answer = "-1";
-
+
vnew = G_define_standard_option(G_OPT_V_OUTPUT);
pointsfile = G_define_standard_option(G_OPT_F_INPUT);
More information about the grass-commit
mailing list