[GRASS-SVN] r50644 - grass/branches/develbranch_6/gui/wxpython/xml

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Feb 3 06:52:01 EST 2012


Author: neteler
Date: 2012-02-03 03:52:01 -0800 (Fri, 03 Feb 2012)
New Revision: 50644

Modified:
   grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
Log:
further simplify vector menu structure

Modified: grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml	2012-02-03 11:28:50 UTC (rev 50643)
+++ grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml	2012-02-03 11:52:01 UTC (rev 50644)
@@ -2383,6 +2383,47 @@
 	    </menuitem>
 	  </items>
 	</menu>
+	<menu>
+	  <label>Update attributes</label>
+	  <items>
+	    <menuitem>
+	      <label>Update area attributes from raster</label>
+	      <help>Calculates univariate statistics from a raster map based on vector polygons and uploads statistics to new attribute columns.</help>
+	      <keywords>vector,raster,statistics</keywords>
+	      <handler>OnMenuCmd</handler>
+	      <command>v.rast.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>
+	      <handler>OnMenuCmd</handler>
+	      <command>v.what.vect</command>
+	    </menuitem>
+	    <menuitem>
+	      <label>Update database values from vector</label>
+	      <help>Populates database values from vector features.</help>
+	      <keywords>vector,database,attribute table</keywords>
+	      <handler>OnMenuCmd</handler>
+	      <command>v.to.db</command>
+	    </menuitem>
+	    <separator />
+	    <menuitem>
+	      <label>Sample raster maps at point locations</label>
+	      <help>Uploads raster values at positions of vector points to the table.</help>
+	      <keywords>vector,raster,attribute table</keywords>
+	      <handler>OnMenuCmd</handler>
+	      <command>v.what.rast</command>
+	    </menuitem>
+	    <menuitem>
+	      <label>Sample raster neighborhood around points</label>
+	      <help>Samples a raster map at vector point locations.</help>
+	      <keywords>vector,raster,resample</keywords>
+	      <handler>OnMenuCmd</handler>
+	      <command>v.sample</command>
+	    </menuitem>
+	  </items>
+	</menu>
 	<separator />
 	<menuitem>
 	  <label>Generate area for current region</label>
@@ -2455,61 +2496,20 @@
 	      <handler>OnMenuCmd</handler>
 	      <command>v.perturb</command>
 	    </menuitem>
-	  </items>
-	</menu>
-	<separator />
-	<menuitem>
-	  <label>Remove outliers in point sets</label>
-	  <help>Removes outliers from vector point data.</help>
-	  <keywords>vector,statistics</keywords>
-	  <handler>OnMenuCmd</handler>
-	  <command>v.outlier</command>
-	</menuitem>
-	<menuitem>
-	  <label>Test/training point sets</label>
-	  <help>Randomly partition points into test/train sets.</help>
-	  <keywords>vector,statistics</keywords>
-	  <handler>OnMenuCmd</handler>
-	  <command>v.kcv</command>
-	</menuitem>
-	<separator />
-	<menuitem>
-	  <label>Update area attributes from raster</label>
-	  <help>Calculates univariate statistics from a raster map based on vector polygons and uploads statistics to new attribute columns.</help>
-	  <keywords>vector,raster,statistics</keywords>
-	  <handler>OnMenuCmd</handler>
-	  <command>v.rast.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>
-	  <handler>OnMenuCmd</handler>
-	  <command>v.what.vect</command>
-	</menuitem>
-	<menuitem>
-	  <label>Update database values from vector</label>
-	  <help>Populates database values from vector features.</help>
-	  <keywords>vector,database,attribute table</keywords>
-	  <handler>OnMenuCmd</handler>
-	  <command>v.to.db</command>
-	</menuitem>
-	<menu>
-	  <label>Update point attributes from raster</label>
-	  <items>
+	    <separator />
 	    <menuitem>
-	      <label>Sample raster maps at point locations</label>
-	      <help>Uploads raster values at positions of vector points to the table.</help>
-	      <keywords>vector,raster,attribute table</keywords>
+	      <label>Remove outliers in point sets</label>
+	      <help>Removes outliers from vector point data.</help>
+	      <keywords>vector,statistics</keywords>
 	      <handler>OnMenuCmd</handler>
-	      <command>v.what.rast</command>
+	      <command>v.outlier</command>
 	    </menuitem>
 	    <menuitem>
-	      <label>Sample raster neighborhood around points</label>
-	      <help>Samples a raster map at vector point locations.</help>
-	      <keywords>vector,raster,resample</keywords>
+	      <label>Test/training point sets</label>
+	      <help>Randomly partition points into test/train sets.</help>
+	      <keywords>vector,statistics</keywords>
 	      <handler>OnMenuCmd</handler>
-	      <command>v.sample</command>
+	      <command>v.kcv</command>
 	    </menuitem>
 	  </items>
 	</menu>



More information about the grass-commit mailing list