Browse Source

wxGUI: v.to.3d added to menu

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@34885 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 16 years ago
parent
commit
9a3bb43ded
1 changed files with 6 additions and 0 deletions
  1. 6 0
      gui/wxpython/xml/menudata.xml

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

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