Procházet zdrojové kódy

update menudata.xml

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@47996 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz před 13 roky
rodič
revize
bb2e9ce10f
1 změnil soubory, kde provedl 7 přidání a 0 odebrání
  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>