Browse Source

vectorintro.html: minor fixes

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@62591 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 10 years ago
parent
commit
7fed661b91
1 changed files with 7 additions and 7 deletions
  1. 7 7
      vector/vectorintro.html

+ 7 - 7
vector/vectorintro.html

@@ -91,7 +91,7 @@ Lines and boundaries can be composed of multiple vertices.
 <p>
 <p>
 Area topology also holds information about isles. These isles are located
 Area topology also holds information about isles. These isles are located
 within that area, not touching the boundaries of the outer area. Isles
 within that area, not touching the boundaries of the outer area. Isles
-are holes inside the area, can consist of one or more areas and are used 
+are holes inside the area, and can consist of one or more areas. They are used 
 internally to maintain correct topology for areas.
 internally to maintain correct topology for areas.
 
 
 <p>
 <p>
@@ -226,7 +226,7 @@ To bulk process attributes, it is recommended to use SQL
 The module <a href="v.in.region.html">v.in.region</a> saves the
 The module <a href="v.in.region.html">v.in.region</a> saves the
 current region extents as a vector area.
 current region extents as a vector area.
 
 
-Split vector lines can be changes to polylines by
+Split vector lines can be converted to polylines by
 <a href="v.build.polylines.html">v.build.polylines</a>. Long lines can be
 <a href="v.build.polylines.html">v.build.polylines</a>. Long lines can be
 split by <a href="v.split.html">v.split</a> and
 split by <a href="v.split.html">v.split</a> and
 <a href="v.segment.html">v.segment</a>.
 <a href="v.segment.html">v.segment</a>.
@@ -368,10 +368,10 @@ from outlier detection).
 <h3>See also</h3>
 <h3>See also</h3>
 
 
 <ul>
 <ul>
-  <li><a href="rasterintro.html">Introduction into raster data processing</a></li>
-  <li><a href="raster3dintro.html">Introduction into 3D raster data (voxel) processing</a></li>
-  <li><a href="vectorintro.html">Introduction into vector data processing</a></li>
-  <li><a href="imageryintro.html">Introduction into image processing</a></li>
-  <li><a href="databaseintro.html">Database management</a></li>
+  <li><a href="databaseintro.html">Introduction to database management</a></li>
+  <li><a href="rasterintro.html">Introduction to raster data processing</a></li>
+  <li><a href="raster3dintro.html">Introduction to 3D raster data (voxel) processing</a></li>
+  <li><a href="vectorintro.html">Introduction to vector data processing</a></li>
+  <li><a href="imageryintro.html">Introduction to image processing</a></li>
   <li><a href="projectionintro.html">Projections and spatial transformations</a></li>
   <li><a href="projectionintro.html">Projections and spatial transformations</a></li>
 </ul>
 </ul>