ソースを参照

Updated example on importing standard format

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@34260 15284696-431f-4ddb-bdfa-cd5b030d7da7
Eric Patton 16 年 前
コミット
9acd540af2
1 ファイル変更4 行追加3 行削除
  1. 4 3
      vector/v.in.ascii/v.in.ascii.html

+ 4 - 3
vector/v.in.ascii/v.in.ascii.html

@@ -193,11 +193,12 @@ cut -d<the_field_separator_character> -f<comma-separated_list_of_column
 
 <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 @@ B  4
  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>