Skip to content

Commit 9f09469

Browse files
authored
docs: v.net.salesman.html fix manual typos (OSGeo#4737)
1 parent f63024f commit 9f09469

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

vector/v.net.salesman/v.net.salesman.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ <h2>DESCRIPTION</h2>
33
<em>v.net.salesman</em> calculates the optimal route to visit nodes on a
44
vector network.
55

6-
<p>Costs may be either line lengths, or attributes saved in a database
6+
<p>Costs may be either line lengths or attributes saved in a database
77
table. These attribute values are taken as costs of whole segments, not
88
as costs to traverse a length unit (e.g. meter) of the segment.
99
For example, if the speed limit is 100 km / h, the cost to traverse a
@@ -14,16 +14,16 @@ <h2>DESCRIPTION</h2>
1414
Supported are cost assignments for arcs,
1515
and also different costs for both directions of a vector line.
1616
For areas, costs will be calculated along boundary lines.
17+
1718
<p>The input vector needs to be prepared with <em>v.net operation=connect</em>
1819
in order to connect points representing center nodes to the network.
1920

2021
<p>Points specified by category must be exactly on network nodes, and the
2122
input vector map needs to be prepared with <em>v.net operation=connect</em>.
2223

23-
<p>Application of flag <b>-t</b> enables a turntable support.
24-
This flag requires additional parameters <b>turn_layer</b> and <b>turn_cat_layer</b>
25-
that are otherwise ignored.
26-
The turntable allows
24+
<p>The flag <b>-t</b> enables turntable support.
25+
This flag requires additional parameters, <b>turn_layer</b> and <b>turn_cat_layer</b>,
26+
that are otherwise ignored. The turntable allows
2727
to model e.g. traffic code, where some turns may be prohibited.
2828
This means that the input layer is expanded by
2929
turntable with costs of every possible turn on any possible node
@@ -161,7 +161,7 @@ <h2>AUTHORS</h2>
161161

162162
<h3>TURNS SUPPORT</h3>
163163

164-
The turns support was implemnented as part of GRASS GIS turns cost project
164+
The turns support was implemented as part of GRASS GIS turns cost project
165165
at Czech Technical University in Prague, Czech Republic.<br>
166166
Eliska Kyzlikova, Stepan Turek, Lukas Bocan and Viera Bejdova participated
167167
in the project.

0 commit comments

Comments
 (0)