Skip to content

Commit

Permalink
manual: fix wrong input param in examples (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler committed Nov 17, 2019
1 parent fedff42 commit 0158d74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vector/v.net/v.net.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h2>DESCRIPTION</h2>
category. In order to assign unique costs to each line, a new layer
needs to be created with<br>
<!-- like this it is rather useless, still to be improved (eg as a full example below!) -->
<tt>v.category map=yourmap option=add cat=1 step=1 layer=3 output=newmap</tt><br>
<tt>v.category input=yourmap option=add cat=1 step=1 layer=3 output=newmap</tt><br>
followed by<br>
<tt>v.db.addtable map=newmap layer=3 table=tablename</tt>.</li>

Expand Down
2 changes: 1 addition & 1 deletion vector/v.to.points/v.to.points.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h3>Points along the input lines</h3>
v.to.points input=railroads output=railroads_points dmax=200

# verify the two layers in the resulting map
v.category map=railroads_points option=report
v.category input=railroads_points option=report

# vector info
v.info map=railroads_points
Expand Down

0 comments on commit 0158d74

Please sign in to comment.