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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jan 7 02:13:53 EST 2009


Author: cmbarton
Date: 2009-01-07 02:13:51 -0500 (Wed, 07 Jan 2009)
New Revision: 35249

Modified:
   grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
Log:
update menu with new modules

Modified: grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml	2009-01-07 06:41:14 UTC (rev 35248)
+++ grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml	2009-01-07 07:13:51 UTC (rev 35249)
@@ -190,6 +190,12 @@
 	      <command>v.in.gpsbabel</command>
 	    </menuitem>
 	    <menuitem>
+	      <label>Geoames import</label>
+	      <help>Imports Geonames country files into a GRASS vector points map.</help>
+	      <handler>self.OnMenuCmd</handler>
+	      <command>v.in.geonames</command>
+	    </menuitem>
+	    <menuitem>
 	      <label>GEOnet import</label>
 	      <help>Imports US-NGA GEOnet Names Server (GNS) country files into a GRASS vector points map.</help>
 	      <handler>self.OnMenuCmd</handler>
@@ -402,6 +408,17 @@
 	    </menuitem>
 	  </items>
 	</menu>
+	<menu>
+	  <label>Export database table</label>
+	  <items>
+	    <menuitem>
+	      <label>Multiple export formats using OGR</label>
+	      <help>Exports attribute tables in various formats.</help>
+	      <handler>self.OnMenuCmd</handler>
+	      <command>db.in.ogr</command>
+	    </menuitem>
+	  </items>
+	</menu>
 	<separator/>
 	<menu>
 	  <label>Manage maps and volumes</label>
@@ -928,6 +945,13 @@
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.grow.distance</command>
 	    </menuitem>
+	    <separator/>
+	    <menuitem>
+	      <label>Horizon</label>
+	      <help>Calculate horizon angle.</help>
+	      <handler>self.OnMenuCmd</handler>
+	      <command>r.horizon</command>
+	    </menuitem>
 	  </items>
 	</menu>
 	<menu>
@@ -1386,6 +1410,12 @@
 	      <command>r.stats</command>
 	    </menuitem>
 	    <menuitem>
+	      <label>Quantiles for large data sets</label>
+	      <help>Calculate quantiles from large data sets.</help>
+	      <handler>self.OnMenuCmd</handler>
+	      <command>r.quantile</command>
+	    </menuitem>
+	    <menuitem>
 	      <label>Range of category values</label>
 	      <help>Prints terse list of category values found in a raster map layer.</help>
 	      <handler>self.OnMenuCmd</handler>
@@ -1476,7 +1506,7 @@
 	    </menuitem>
 	    <separator/>
 	    <menuitem>
-	      <label>Create/rebuild topology</label>
+	      <label>Create or rebuild topology</label>
 	      <help>Creates topology for GRASS vector map.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>v.build</command>
@@ -1488,8 +1518,8 @@
 	      <command>v.clean</command>
 	    </menuitem>
 	    <menuitem>
-	      <label>Generalization</label>
-	      <help>Vector based generalization.</help>
+	      <label>Smooth or simplify</label>
+	      <help>Smooth or simplify lines/boundaries (remove vertices).</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>v.generalize</command>
 	    </menuitem>



More information about the grass-commit mailing list