[GRASS-SVN] r40356 - in grass/branches/develbranch_6/gui: tcltk/gis.m wxpython/xml

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jan 9 09:40:09 EST 2010


Author: hamish
Date: 2010-01-09 09:40:08 -0500 (Sat, 09 Jan 2010)
New Revision: 40356

Modified:
   grass/branches/develbranch_6/gui/tcltk/gis.m/gmmenu.tcl
   grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
Log:
add v.in.lines to gui menus

Modified: grass/branches/develbranch_6/gui/tcltk/gis.m/gmmenu.tcl
===================================================================
--- grass/branches/develbranch_6/gui/tcltk/gis.m/gmmenu.tcl	2010-01-09 13:46:44 UTC (rev 40355)
+++ grass/branches/develbranch_6/gui/tcltk/gis.m/gmmenu.tcl	2010-01-09 14:40:08 UTC (rev 40356)
@@ -112,6 +112,7 @@
 		{command {[G_msg "Multiple formats using OGR"]} {} "v.in.ogr: Import multiple formats using OGR" {} -command { execute v.in.ogr }}
 		{separator}
 		{command {[G_msg "ASCII points or GRASS ASCII vector"]} {} "v.in.ascii: Import ASCII points file or GRASS ASCII vector file" {} -command { execute v.in.ascii }}
+		{command {[G_msg "ASCII points as vector lines"]} {} "v.in.lines: Creates a lines vector map from an ASCII x,y points file." {} -command { execute v.in.lines }}
 		{command {[G_msg "Old GRASS vector"]} {} "v.convert: Import old GRASS vector format" {} -command { execute v.convert }}
 		{separator}
 		{command {[G_msg "DXF"]} {} "v.in.dxf: Import DXF file" {} -command { execute v.in.dxf }}

Modified: grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml	2010-01-09 13:46:44 UTC (rev 40355)
+++ grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml	2010-01-09 14:40:08 UTC (rev 40356)
@@ -196,6 +196,13 @@
 	      <command>v.in.ascii</command>
 	    </menuitem>
 	    <menuitem>
+	      <label>ASCII points as a vector lines</label>
+	      <help>Creates a lines vector map from an ASCII x,y points file.</help>
+	      <keywords>vector,import</keywords>
+	      <handler>self.OnMenuCmd</handler>
+	      <command>v.in.lines</command>
+	    </menuitem>
+	    <menuitem>
 	      <label>Old GRASS vector import</label>
 	      <help>Imports older versions of GRASS vector maps.</help>
 	      <keywords>vector,import,conversion</keywords>



More information about the grass-commit mailing list