[GRASS-SVN] r63242 - grass/trunk/raster/r.out.vtk

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Nov 28 06:27:38 PST 2014


Author: mmetz
Date: 2014-11-28 06:27:38 -0800 (Fri, 28 Nov 2014)
New Revision: 63242

Modified:
   grass/trunk/raster/r.out.vtk/parameters.c
   grass/trunk/raster/r.out.vtk/r.out.vtk.html
Log:
r.out.vtk: sync option names

Modified: grass/trunk/raster/r.out.vtk/parameters.c
===================================================================
--- grass/trunk/raster/r.out.vtk/parameters.c	2014-11-28 13:20:59 UTC (rev 63241)
+++ grass/trunk/raster/r.out.vtk/parameters.c	2014-11-28 14:27:38 UTC (rev 63242)
@@ -46,11 +46,11 @@
     param.null_val->answer = "-99999.99";
 
     param.elev = G_define_option();
-    param.elev->key = "elevation2d";
+    param.elev->key = "z";
     param.elev->type = TYPE_DOUBLE;
     param.elev->required = NO;
     param.elev->description =
-	_("Elevation (if no elevation map is specified)");
+	_("Constant elevation (if no elevation map is specified)");
     param.elev->answer = "0.0";
 
     param.point = G_define_flag();
@@ -79,7 +79,7 @@
 	_("Three (x,y,z) raster maps to create vector values [xmap,ymap,zmap]");
 
     param.elevscale = G_define_option();
-    param.elevscale->key = "zmultiplier";
+    param.elevscale->key = "zscale";
     param.elevscale->type = TYPE_DOUBLE;
     param.elevscale->required = NO;
     param.elevscale->description = _("Scale factor for elevation");

Modified: grass/trunk/raster/r.out.vtk/r.out.vtk.html
===================================================================
--- grass/trunk/raster/r.out.vtk/r.out.vtk.html	2014-11-28 13:20:59 UTC (rev 63241)
+++ grass/trunk/raster/r.out.vtk/r.out.vtk.html	2014-11-28 14:27:38 UTC (rev 63242)
@@ -14,7 +14,7 @@
 the scale parameter to convert the units. 
 <p>
 
-If no elevation map is given, the user can set the hight of the map by one value. 
+If no elevation map is given, the user can set the height of the map by one value. 
 Point or cell data are available. Also scaling is supported for this elevation value. 
 The elevation value must be provided in meters.
 <p>



More information about the grass-commit mailing list