[GRASS-SVN] r61466 - grass/branches/releasebranch_6_4/gui/wxpython/xml

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jul 30 22:35:59 PDT 2014


Author: neteler
Date: 2014-07-30 22:35:59 -0700 (Wed, 30 Jul 2014)
New Revision: 61466

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml
Log:
wxGUI: added v.vect.stats to menu (fixes #2384)

Modified: grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml	2014-07-31 03:15:41 UTC (rev 61465)
+++ grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml	2014-07-31 05:35:59 UTC (rev 61466)
@@ -2415,6 +2415,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