Skip to content

Commit

Permalink
v.build manual typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdeangelis committed Oct 27, 2024
1 parent ffcb9e1 commit 4bdba85
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vector/v.build/v.build.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h2>NOTES</h2>
If <b>error</b> vector map is specified, <em>v.build</em> checks:

<ul>
<li>isolated bondaries (which are not forming any areas),</li>
<li>isolated boundaries (which are not forming any areas),</li>
<li>centroids outside of area,</li>
<li>duplicated centroids.</li>
</ul>
Expand All @@ -38,15 +38,15 @@ <h2>NOTES</h2>

<ul>
<li>lines or boundaries of zero length,</li>
<li>intersecting boundaries, ie. overlapping areas,</li>
<li>intersecting boundaries, i.e. overlapping areas,</li>
<li>areas without centroids that are not isles.</li>
</ul>

<h2>EXAMPLES</h2>

<h3>Build topology</h3>

Note that <b>option=build</b> recreates also spatial and category
Note that <b>option=build</b> also recreates spatial and category
indices, not only topology. For linked OGR layers
(see <em><a href="v.external.html">v.external</a></em>) also feature
index is created.
Expand All @@ -61,7 +61,7 @@ <h3>Build topology</h3>
<h3>Dump topology or indices</h3>

Dump options print topology, spatial, category or feature index to
standard output. Such information can be printed also for vector maps
standard output. Such information can also be printed for vector maps
from other mapsets. A description of the vector topology is available in
the <a href="https://grass.osgeo.org/programming8/vlibTopology.html">GRASS GIS 8 Programmer's Manual</a>,
section "Vector library topology management".
Expand Down

0 comments on commit 4bdba85

Please sign in to comment.