[GRASS-SVN] r43937 - in grass/branches/releasebranch_6_4:
gui/tcltk/gis.m gui/wxpython/xml scripts
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Oct 17 02:22:01 EDT 2010
Author: hamish
Date: 2010-10-16 23:22:00 -0700 (Sat, 16 Oct 2010)
New Revision: 43937
Added:
grass/branches/releasebranch_6_4/scripts/v.in.lines/
Modified:
grass/branches/releasebranch_6_4/gui/tcltk/gis.m/gmmenu.tcl
grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml
grass/branches/releasebranch_6_4/scripts/Makefile
Log:
add v.in.lines from devbr6
Modified: grass/branches/releasebranch_6_4/gui/tcltk/gis.m/gmmenu.tcl
===================================================================
--- grass/branches/releasebranch_6_4/gui/tcltk/gis.m/gmmenu.tcl 2010-10-16 16:50:35 UTC (rev 43936)
+++ grass/branches/releasebranch_6_4/gui/tcltk/gis.m/gmmenu.tcl 2010-10-17 06:22:00 UTC (rev 43937)
@@ -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/releasebranch_6_4/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml 2010-10-16 16:50:35 UTC (rev 43936)
+++ grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml 2010-10-17 06:22:00 UTC (rev 43937)
@@ -196,7 +196,7 @@
</menuitem>
<menuitem>
<label>ASCII points as a vector lines</label>
- <help>Import ASCII x,y[,z] coordinates as a series of lines.</help>
+ <help>Creates a lines vector map from an ASCII x,y points file.</help>
<keywords>vector,import</keywords>
<handler>OnMenuCmd</handler>
<command>v.in.lines</command>
Modified: grass/branches/releasebranch_6_4/scripts/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/scripts/Makefile 2010-10-16 16:50:35 UTC (rev 43936)
+++ grass/branches/releasebranch_6_4/scripts/Makefile 2010-10-17 06:22:00 UTC (rev 43937)
@@ -73,6 +73,7 @@
v.in.geonames \
v.in.gns \
v.in.gpsbabel \
+ v.in.lines \
v.in.mapgen \
v.in.sites.all \
v.in.wfs \
More information about the grass-commit
mailing list