From bf743fe9091dffb5a3498b53ffd49a26fd523dee Mon Sep 17 00:00:00 2001 From: Richard Shepard Date: Tue, 9 May 2023 06:52:55 -0700 Subject: [PATCH 1/2] Update v.in.ascii.html The data on the first and last lines of example 1b were not defined. This update informs the user what each of those two lines represent to the module. --- vector/v.in.ascii/v.in.ascii.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vector/v.in.ascii/v.in.ascii.html b/vector/v.in.ascii/v.in.ascii.html index 2cee7cec86a..b6f8fcb6bed 100644 --- a/vector/v.in.ascii/v.in.ascii.html +++ b/vector/v.in.ascii/v.in.ascii.html @@ -144,6 +144,11 @@

Example 1b) - standard format mode

Note the -z flag indicating 3D vector input, and the -n flag indicating no vector header should be expected from the input file. +he first line in this exaple specifies the data are lines (L), there are 5 lines +of data, and 1 category for these data. + +The last line specifies the layer (1) and the category value (321). +
 echo "L 5 1
 591336 4927369 1224

From 4c1b0ab54d26d82467e10053d197e96e08e3abf6 Mon Sep 17 00:00:00 2001
From: Markus Neteler 
Date: Tue, 9 May 2023 20:27:42 +0200
Subject: [PATCH 2/2] wording fixes

Co-authored-by: Anna Petrasova 
---
 vector/v.in.ascii/v.in.ascii.html | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/vector/v.in.ascii/v.in.ascii.html b/vector/v.in.ascii/v.in.ascii.html
index b6f8fcb6bed..682defae255 100644
--- a/vector/v.in.ascii/v.in.ascii.html
+++ b/vector/v.in.ascii/v.in.ascii.html
@@ -144,9 +144,7 @@ 

Example 1b) - standard format mode

Note the -z flag indicating 3D vector input, and the -n flag indicating no vector header should be expected from the input file. -he first line in this exaple specifies the data are lines (L), there are 5 lines -of data, and 1 category for these data. - +The first line in this example specifies that the line (L) has 5 vertices and 1 category. The last line specifies the layer (1) and the category value (321).