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