[GRASS-SVN] r32309 - grass-addons/vector/v.out.gmt
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jul 26 07:31:39 EDT 2008
Author: hcho
Date: 2008-07-26 07:31:39 -0400 (Sat, 26 Jul 2008)
New Revision: 32309
Modified:
grass-addons/vector/v.out.gmt/v.out.gmt
Log:
Added support for lines
Modified: grass-addons/vector/v.out.gmt/v.out.gmt
===================================================================
--- grass-addons/vector/v.out.gmt/v.out.gmt 2008-07-26 10:40:51 UTC (rev 32308)
+++ grass-addons/vector/v.out.gmt/v.out.gmt 2008-07-26 11:31:39 UTC (rev 32309)
@@ -156,7 +156,8 @@
eval "comment=\"$comment\""
v.out.ascii "$map_name" format=standard | awk '{
- if($1 == "B"){
+ # line or boundary
+ if($1 == "L" || $1 == "B"){
npnts = $2
draw = 1
print ">"
More information about the grass-commit
mailing list