[GRASS-SVN] r44199 - grass/branches/develbranch_6/gui/wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Nov 6 18:38:17 EDT 2010
Author: martinl
Date: 2010-11-06 15:38:17 -0700 (Sat, 06 Nov 2010)
New Revision: 44199
Modified:
grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
Log:
update wxGUI menu
Modified: grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml 2010-11-06 22:33:31 UTC (rev 44198)
+++ grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml 2010-11-06 22:38:17 UTC (rev 44199)
@@ -202,12 +202,19 @@
<command>v.in.lines</command>
</menuitem>
<menuitem>
- <label>Old GRASS vector import</label>
+ <label>Historical GRASS vector import</label>
<help>Imports older versions of GRASS vector maps.</help>
<keywords>vector,import,conversion</keywords>
<handler>OnMenuCmd</handler>
<command>v.convert</command>
</menuitem>
+ <menuitem>
+ <label>Historical GRASS vector import (all maps)</label>
+ <help>Convert all old GRASS < Ver5.7 vector maps in current mapset to current format</help>
+ <keywords>vector,import</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>
@@ -710,7 +725,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>
More information about the grass-commit
mailing list