|
@@ -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>
|
|
|
|