[GRASS-SVN] r63243 - grass/branches/releasebranch_7_0/raster/r.out.vtk
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Nov 28 06:27:47 PST 2014
Author: mmetz
Date: 2014-11-28 06:27:47 -0800 (Fri, 28 Nov 2014)
New Revision: 63243
Modified:
grass/branches/releasebranch_7_0/raster/r.out.vtk/parameters.c
grass/branches/releasebranch_7_0/raster/r.out.vtk/r.out.vtk.html
Log:
r.out.vtk: sync option names
Modified: grass/branches/releasebranch_7_0/raster/r.out.vtk/parameters.c
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.out.vtk/parameters.c 2014-11-28 14:27:38 UTC (rev 63242)
+++ grass/branches/releasebranch_7_0/raster/r.out.vtk/parameters.c 2014-11-28 14:27:47 UTC (rev 63243)
@@ -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/branches/releasebranch_7_0/raster/r.out.vtk/r.out.vtk.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.out.vtk/r.out.vtk.html 2014-11-28 14:27:38 UTC (rev 63242)
+++ grass/branches/releasebranch_7_0/raster/r.out.vtk/r.out.vtk.html 2014-11-28 14:27:47 UTC (rev 63243)
@@ -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