[GRASS-SVN] r34188 - grass/trunk/scripts/v.db.join

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Nov 7 17:12:12 EST 2008


Author: glynn
Date: 2008-11-07 17:12:12 -0500 (Fri, 07 Nov 2008)
New Revision: 34188

Modified:
   grass/trunk/scripts/v.db.join/v.db.join.py
Log:
Add gisprompts


Modified: grass/trunk/scripts/v.db.join/v.db.join.py
===================================================================
--- grass/trunk/scripts/v.db.join/v.db.join.py	2008-11-07 21:57:52 UTC (rev 34187)
+++ grass/trunk/scripts/v.db.join/v.db.join.py	2008-11-07 22:12:12 UTC (rev 34188)
@@ -34,6 +34,7 @@
 #% description: Layer where to join
 #% answer: 1
 #% required : no
+#% gisprompt: old_layer,layer,layer
 #%end
 
 #%option
@@ -41,6 +42,7 @@
 #% type: string
 #% description: Join column in map table
 #% required : yes
+#% gisprompt: old_dbcolumn,dbcolumn,dbcolumn
 #%end
 
 #%option
@@ -48,6 +50,7 @@
 #% type: string
 #% description: Other table name
 #% required : yes
+#% gisprompt: old_dbtable,dbtable,dbtable
 #%end
 
 #%option
@@ -55,6 +58,7 @@
 #% type: string
 #% description: Join column in other table
 #% required : yes
+#% gisprompt: old_dbcolumn,dbcolumn,dbcolumn
 #%end
 
 import sys



More information about the grass-commit mailing list