[GRASS-SVN] r61467 - grass/branches/develbranch_6/gui/wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jul 30 22:37:54 PDT 2014
Author: neteler
Date: 2014-07-30 22:37:54 -0700 (Wed, 30 Jul 2014)
New Revision: 61467
Modified:
grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
Log:
wxGUI: added v.vect.stats to menu (fixes #2384)
Modified: grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml 2014-07-31 05:35:59 UTC (rev 61466)
+++ grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml 2014-07-31 05:37:54 UTC (rev 61467)
@@ -2413,6 +2413,13 @@
<command>v.rast.stats</command>
</menuitem>
<menuitem>
+ <label>Update area attributes from vector</label>
+ <help>Count points in areas, calculate statistics from point attributes.</help>
+ <keywords>vector,attribute table,database,univariate statistics,zonal statistics</keywords>
+ <handler>OnMenuCmd</handler>
+ <command>v.vect.stats</command>
+ </menuitem>
+ <menuitem>
<label>Update point attributes from areas</label>
<help>Uploads vector values at positions of vector points to the table.</help>
<keywords>vector,database,attribute table</keywords>
More information about the grass-commit
mailing list