浏览代码

some modules added to wxGUI menu

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@44195 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 14 年之前
父节点
当前提交
0506ff6b3e
共有 1 个文件被更改,包括 24 次插入0 次删除
  1. 24 0
      gui/wxpython/xml/menudata.xml

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

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