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

v.what.vect: add parser guidependency property for 2 vectors, still it is not working in GUI properly

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@64914 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová преди 10 години
родител
ревизия
0e2abeffaa
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      scripts/v.what.vect/v.what.vect.py

+ 4 - 0
scripts/v.what.vect/v.what.vect.py

@@ -25,8 +25,10 @@
 
 #%option G_OPT_V_MAP
 #% label: Name of vector points map for which to edit attributes
+#% guidependency: layer,column
 #%end
 #%option G_OPT_V_FIELD
+#% guidependency: column
 #%end
 #%option G_OPT_DB_COLUMN
 #% description: Name of attribute column to be updated with the query result
@@ -36,9 +38,11 @@
 #% key: query_map
 #% label: Name of vector map to be queried
 #% required : yes
+#% guidependency: query_layer,query_column
 #%end
 #%option G_OPT_V_FIELD
 #% key: query_layer
+#% guidependency: query_column
 #%end
 #%option G_OPT_DB_COLUMN
 #% key: query_column