[GRASS-SVN] r44195 - grass/trunk/gui/wxpython/xml

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Nov 6 18:19:26 EDT 2010


Author: martinl
Date: 2010-11-06 15:19:26 -0700 (Sat, 06 Nov 2010)
New Revision: 44195

Modified:
   grass/trunk/gui/wxpython/xml/menudata.xml
Log:
some modules added to wxGUI menu


Modified: grass/trunk/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.xml	2010-11-06 22:03:09 UTC (rev 44194)
+++ grass/trunk/gui/wxpython/xml/menudata.xml	2010-11-06 22:19:26 UTC (rev 44195)
@@ -208,6 +208,13 @@
 	      <handler>OnMenuCmd</handler>
 	      <command>v.convert</command>
 	    </menuitem>
+	    <menuitem>
+	      <label>Historical GRASS vector import (all maps)</label>
+	      <help>Converts all older versions of GRASS vector maps in current mapset to current format.</help>
+	      <keywords>vector,import,conversion</keywords>
+	      <handler>OnMenuCmd</handler>
+	      <command>v.convert.all</command>
+	    </menuitem>
 	    <separator />
 	    <menuitem>
 	      <label>DXF import</label>
@@ -223,6 +230,14 @@
 	    </menuitem>
 	    <separator />
 	    <menuitem>
+	      <label>WFS</label>
+	      <help>Import GetFeature from WFS.</help>
+	      <keywords>vector,import,wfs</keywords>
+	      <handler>OnMenuCmd</handler>
+	      <command>v.in.wfs</command>
+	    </menuitem>
+	    <separator />
+	    <menuitem>
 	      <label>ESRI e00 import</label>
 	      <help>Import E00 file into a vector map.</help>
 	      <keywords>vector,import</keywords>
@@ -703,7 +718,9 @@
 	    <menuitem>
 	      <label>Mapset access</label>
 	      <help>Set/unset access to other mapsets in current location</help>
+	      <keywords>general,settings,search path</keywords>
 	      <handler>OnMapsets</handler>
+	      <command>g.mapsets</command>
 	    </menuitem>
 	    <menuitem>
 	      <label>User access</label>
@@ -881,6 +898,13 @@
 	      <handler>OnMenuCmd</handler>
 	      <command>r.resamp.bspline</command>
 	    </menuitem>
+	    <menuitem>
+	      <label>Resample using analytic kernel</label>
+	      <help>Resamples raster map layers using an analytic kernel.</help>
+	      <keywords>raster,resample</keywords>
+	      <handler>OnMenuCmd</handler>
+	      <command>r.resamp.filter</command>
+	    </menuitem>
 	    <separator />
 	    <menuitem>
 	      <label>Support file maintenance</label>



More information about the grass-commit mailing list