[GRASS-SVN] r36427 - grass/branches/develbranch_6/vector/v.surf.idw

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


Author: martinl
Date: 2009-03-19 13:13:04 -0400 (Thu, 19 Mar 2009)
New Revision: 36427

Modified:
   grass/branches/develbranch_6/vector/v.surf.idw/main.c
Log:
v.surf.idw: allow layer '0'
	    (merge from relbr64, r36426)


Modified: grass/branches/develbranch_6/vector/v.surf.idw/main.c
===================================================================
--- grass/branches/develbranch_6/vector/v.surf.idw/main.c	2009-03-19 17:10:44 UTC (rev 36426)
+++ grass/branches/develbranch_6/vector/v.surf.idw/main.c	2009-03-19 17:13:04 UTC (rev 36427)
@@ -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