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

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Dec 14 16:20:35 EST 2008


Author: martinl
Date: 2008-12-14 16:20:34 -0500 (Sun, 14 Dec 2008)
New Revision: 34885

Modified:
   grass/trunk/gui/wxpython/xml/menudata.xml
Log:
wxGUI: v.to.3d added to menu


Modified: grass/trunk/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.xml	2008-12-14 21:17:03 UTC (rev 34884)
+++ grass/trunk/gui/wxpython/xml/menudata.xml	2008-12-14 21:20:34 UTC (rev 34885)
@@ -482,6 +482,12 @@
 	      <command>v.to.rast3</command>
 	    </menuitem>
 	    <menuitem>
+	      <label>2D vector to 3D vector</label>
+	      <help>Performs transformation of 2D vector features to 3D.</help>
+	      <handler>self.OnMenuCmd</handler>
+	      <command>v.to.3d</command>
+	    </menuitem>
+	    <menuitem>
 	      <label>Sites to vector</label>
 	      <help>Converts a GRASS site_lists file into a vector map.</help>
 	      <handler>self.OnMenuCmd</handler>



More information about the grass-commit mailing list