[GRASS-SVN] r47996 - grass/trunk/gui/wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Aug 31 06:57:17 EDT 2011
Author: mmetz
Date: 2011-08-31 03:57:17 -0700 (Wed, 31 Aug 2011)
New Revision: 47996
Modified:
grass/trunk/gui/wxpython/xml/menudata.xml
Log:
update menudata.xml
Modified: grass/trunk/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.xml 2011-08-31 10:47:51 UTC (rev 47995)
+++ grass/trunk/gui/wxpython/xml/menudata.xml 2011-08-31 10:57:17 UTC (rev 47996)
@@ -2437,6 +2437,13 @@
<command>v.rast.stats</command>
</menuitem>
<menuitem>
+ <label>Update area attributes from vector</label>
+ <help>Calculates points in polygons and univariate statistics from points based on vector polygon map and uploads statistics to new attribute columns.</help>
+ <keywords>vector,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