[GRASS-SVN] r64914 - grass/trunk/scripts/v.what.vect
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Mar 25 06:25:25 PDT 2015
Author: annakrat
Date: 2015-03-25 06:25:25 -0700 (Wed, 25 Mar 2015)
New Revision: 64914
Modified:
grass/trunk/scripts/v.what.vect/v.what.vect.py
Log:
v.what.vect: add parser guidependency property for 2 vectors, still it is not working in GUI properly
Modified: grass/trunk/scripts/v.what.vect/v.what.vect.py
===================================================================
--- grass/trunk/scripts/v.what.vect/v.what.vect.py 2015-03-25 11:50:21 UTC (rev 64913)
+++ grass/trunk/scripts/v.what.vect/v.what.vect.py 2015-03-25 13:25:25 UTC (rev 64914)
@@ -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
More information about the grass-commit
mailing list