Browse Source

info transfer from v.out.ascii

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@41056 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 15 years ago
parent
commit
be7337c80a
1 changed files with 11 additions and 4 deletions
  1. 11 4
      vector/v.in.ascii/v.in.ascii.html

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

@@ -126,8 +126,7 @@ The primitive codes are as follows:
 <li>'C': centroid</li>
 <li>'F': face (3D boundary)</li>
 <li>'K': kernel (3D centroid)</li>
-<li>'A': area (boundary) - better use 'B'; kept only for backward
-compatibility</li>
+<li>'A': area (boundary) - better use 'B'; kept only for backward compatibility</li>
 </ul>
 
 The coordinates are listed following the initial line containing the
@@ -137,9 +136,17 @@ Below that 1 or several lines follow to indicate the layer number and
 the category number (ID).
 <br>
 The order of coordinates is
-<pre>
+<div class="code"><pre>
   X Y [Z]
-</pre>
+</pre></div>
+
+In pre-GRASS 6 versions of the ASCII file, the order of coordinates is:
+<div class="code"><pre>
+Y X
+</pre></div>
+
+If old version is requested, the <b>output</b> files from <em>v.out.ascii</em> is placed 
+in the <tt>$LOCATION/$MAPSET/dig_ascii/</tt> and <tt>$LOCATION/$MAPSET/dig_att</tt> directory.
 
 <h3>Import of files without category ID column</h3>