[GRASS-SVN] r36340 -
grass/branches/develbranch_6/vector/lidar/v.surf.bspline
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Mar 12 05:59:49 EDT 2009
Author: martinl
Date: 2009-03-12 05:59:49 -0400 (Thu, 12 Mar 2009)
New Revision: 36340
Modified:
grass/branches/develbranch_6/vector/lidar/v.surf.bspline/main.c
Log:
v.surf.bspline: allow layer '0' (wxGUI dialogs)
Modified: grass/branches/develbranch_6/vector/lidar/v.surf.bspline/main.c
===================================================================
--- grass/branches/develbranch_6/vector/lidar/v.surf.bspline/main.c 2009-03-12 03:41:21 UTC (rev 36339)
+++ grass/branches/develbranch_6/vector/lidar/v.surf.bspline/main.c 2009-03-12 09:59:49 UTC (rev 36340)
@@ -147,6 +147,7 @@
_("Field value. If set to 0, z coordinates are used. (3D vector only)");
dfield_opt->answer = "0";
dfield_opt->guisection = _("Settings");
+ dfield_opt->gisprompt = "old_layer,layer,layer_zero";
}
col_opt = G_define_option(); {
More information about the grass-commit
mailing list