浏览代码

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 年之前
父节点
当前提交
7fed661b91
共有 1 个文件被更改,包括 7 次插入7 次删除
  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>
 Area topology also holds information about isles. These isles are located
 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.
 
 <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
 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
 split by <a href="v.split.html">v.split</a> and
 <a href="v.segment.html">v.segment</a>.
@@ -368,10 +368,10 @@ from outlier detection).
 <h3>See also</h3>
 
 <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>
 </ul>