[GRASS-SVN] r36426 - grass/branches/releasebranch_6_4/vector/v.surf.idw

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Mar 19 13:10:44 EDT 2009


Author: martinl
Date: 2009-03-19 13:10:44 -0400 (Thu, 19 Mar 2009)
New Revision: 36426

Modified:
   grass/branches/releasebranch_6_4/vector/v.surf.idw/main.c
Log:
v.surf.idw: allow layer '0'


Modified: grass/branches/releasebranch_6_4/vector/v.surf.idw/main.c
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.surf.idw/main.c	2009-03-19 15:43:45 UTC (rev 36425)
+++ grass/branches/releasebranch_6_4/vector/v.surf.idw/main.c	2009-03-19 17:10:44 UTC (rev 36426)
@@ -109,6 +109,7 @@
     parm.dfield->description =
 	_("If set to 0, z coordinates are used (3D vector only)");
     parm.dfield->answer = "1";
+    parm.dfield->gisprompt = "old_layer,layer,layer_zero"; 
 
     parm.col = G_define_option();
     parm.col->key = "column";



More information about the grass-commit mailing list