[GRASS-SVN] r34261 - grass/branches/develbranch_6/vector/v.in.ascii

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 12 11:25:15 EST 2008


Author: epatton
Date: 2008-11-12 11:25:15 -0500 (Wed, 12 Nov 2008)
New Revision: 34261

Modified:
   grass/branches/develbranch_6/vector/v.in.ascii/description.html
Log:
Updated example on importing standard format

Modified: grass/branches/develbranch_6/vector/v.in.ascii/description.html
===================================================================
--- grass/branches/develbranch_6/vector/v.in.ascii/description.html	2008-11-12 16:20:48 UTC (rev 34260)
+++ grass/branches/develbranch_6/vector/v.in.ascii/description.html	2008-11-12 16:25:15 UTC (rev 34261)
@@ -193,11 +193,12 @@
 
 <h3>Example 1a) - standard format mode</h3>
 Sample ASCII polygon vector map for 'standard' format mode. 
-The two areas will be assigned categories 20 and 21.
+The two areas will be assigned categories 20 and 21. It is
+not necessary to pad each coordinate line with spaces.
 The example can be tested in the Spearfish sample dataset:
 <p>
 <div class="code"><pre>
-ORGANIZATION: GRASS Development Team
+echo "ORGANIZATION: GRASS Development Team
 DIGIT DATE:   1/9/2005
 DIGIT NAME:   -
 MAP NAME:     test
@@ -224,7 +225,7 @@
  5959010.9323622 3401338.36037757
 C  1 1
  5959063.08352122 3401386.98533277
- 1 21
+ 1 21" | v.in.ascii format=standard output=test_polygons
 </pre></div>
 
 <h3>Example 1b) - standard format mode</h3>



More information about the grass-commit mailing list