[GRASS-SVN] r56490 - grass/branches/develbranch_6/misc/m.nviz.image

svn_grass at osgeo.org svn_grass at osgeo.org
Wed May 29 10:02:42 PDT 2013


Author: hamish
Date: 2013-05-29 10:02:41 -0700 (Wed, 29 May 2013)
New Revision: 56490

Modified:
   grass/branches/develbranch_6/misc/m.nviz.image/args.c
Log:
expand option descriptions and limits

Modified: grass/branches/develbranch_6/misc/m.nviz.image/args.c
===================================================================
--- grass/branches/develbranch_6/misc/m.nviz.image/args.c	2013-05-29 17:01:31 UTC (rev 56489)
+++ grass/branches/develbranch_6/misc/m.nviz.image/args.c	2013-05-29 17:02:41 UTC (rev 56490)
@@ -135,7 +135,8 @@
     params->elev_const->type = TYPE_INTEGER;
     params->elev_const->required = NO;
     params->elev_const->multiple = YES;
-    params->elev_const->description = _("Elevation value(s)");
+    params->elev_const->description =
+	_("Constant elevation value(s) to use instead of a raster DEM");
     params->elev_const->guisection = _("Surfaces");
 
     /* color */
@@ -449,6 +450,7 @@
 	_("Viewpoint position (x,y model coordinates)");
     params->pos->guisection = _("Viewpoint");
     params->pos->answer = "0.84,0.16";
+    params->pos->options = "0.0-1.0";
 
     /* height */
     params->height = G_define_option();
@@ -470,7 +472,7 @@
     params->persp->description = _("Viewpoint field of view (in degrees)");
     params->persp->guisection = _("Viewpoint");
     params->persp->answer = "40";
-    params->persp->options = "1-100";
+    params->persp->options = "1-180";
 
     /* twist */
     params->twist = G_define_option();



More information about the grass-commit mailing list