Преглед на файлове

Add gisprompts

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@34188 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements преди 16 години
родител
ревизия
e260afaed7
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      scripts/v.db.join/v.db.join.py

+ 4 - 0
scripts/v.db.join/v.db.join.py

@@ -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