[GRASS-SVN] r44202 - in grass/branches/releasebranch_6_4: gui/wxpython/xml scripts/v.in.wfs

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Nov 6 19:02:14 EDT 2010


Author: martinl
Date: 2010-11-06 16:02:14 -0700 (Sat, 06 Nov 2010)
New Revision: 44202

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml
   grass/branches/releasebranch_6_4/scripts/v.in.wfs/v.in.wfs
Log:
update wxGUI menu, add keywords to v.in.wfs


Modified: grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml	2010-11-06 23:00:01 UTC (rev 44201)
+++ grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml	2010-11-06 23:02:14 UTC (rev 44202)
@@ -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 &lt; 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>

Modified: grass/branches/releasebranch_6_4/scripts/v.in.wfs/v.in.wfs
===================================================================
--- grass/branches/releasebranch_6_4/scripts/v.in.wfs/v.in.wfs	2010-11-06 23:00:01 UTC (rev 44201)
+++ grass/branches/releasebranch_6_4/scripts/v.in.wfs/v.in.wfs	2010-11-06 23:02:14 UTC (rev 44202)
@@ -6,7 +6,7 @@
 # AUTHOR(S):	Markus Neteler. neteler itc it
 #               Hamish Bowman (fixes)
 # PURPOSE:	WFS support
-# COPYRIGHT:	(C) 2006-2008 Markus Neteler and GRASS Development Team
+# COPYRIGHT:	(C) 2006-2008, 2010 Markus Neteler and GRASS Development Team
 #
 #		This program is free software under the GNU General Public
 #		License (>=v2). Read the file COPYING that comes with GRASS
@@ -18,19 +18,20 @@
 
 #%Module
 #% description: Import GetFeature from WFS
-#%End
+#% keywords: vector, import, wfs
+#%end
 #%option
 #% key: wfs
 #% type: string
-#% description: GetFeature URL starting with http
-#%End
+#% description: GetFeature URL starting with 'http'
+#%end
 #%option
 #% key: output
 #% type: string
 #% gisprompt: new,vector,vector
-#% description: Vector output map
+#% description: Name for output vector map
 #% required : yes
-#%End
+#%end
 
 if  [ -z "$GISBASE" ] ; then
     echo "You must be in GRASS GIS to run this program." 1>&2



More information about the grass-commit mailing list