[GRASS-SVN] r36341 - grass/branches/releasebranch_6_4/vector/lidar/v.surf.bspline

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Mar 12 06:03:37 EDT 2009


Author: martinl
Date: 2009-03-12 06:03:37 -0400 (Thu, 12 Mar 2009)
New Revision: 36341

Modified:
   grass/branches/releasebranch_6_4/vector/lidar/v.surf.bspline/main.c
Log:
v.surf.bspline: allow layer '0' (wxGUI dialogs)
		(merge from devbr6, r36340)


Modified: grass/branches/releasebranch_6_4/vector/lidar/v.surf.bspline/main.c
===================================================================
--- grass/branches/releasebranch_6_4/vector/lidar/v.surf.bspline/main.c	2009-03-12 09:59:49 UTC (rev 36340)
+++ grass/branches/releasebranch_6_4/vector/lidar/v.surf.bspline/main.c	2009-03-12 10:03:37 UTC (rev 36341)
@@ -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