瀏覽代碼

update menudata.xml

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@47996 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 13 年之前
父節點
當前提交
bb2e9ce10f
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      gui/wxpython/xml/menudata.xml

+ 7 - 0
gui/wxpython/xml/menudata.xml

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