[GRASS-SVN] r29460 - in grass/trunk/vector: . v.lrs v.net v.segment

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Dec 17 08:42:56 EST 2007


Author: neteler
Date: 2007-12-17 08:42:56 -0500 (Mon, 17 Dec 2007)
New Revision: 29460

Modified:
   grass/trunk/vector/v.lrs/lrs.html
   grass/trunk/vector/v.net/description.html
   grass/trunk/vector/v.segment/description.html
   grass/trunk/vector/vectorintro.html
Log:
terminology fix

Modified: grass/trunk/vector/v.lrs/lrs.html
===================================================================
--- grass/trunk/vector/v.lrs/lrs.html	2007-12-17 10:57:20 UTC (rev 29459)
+++ grass/trunk/vector/v.lrs/lrs.html	2007-12-17 13:42:56 UTC (rev 29460)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>
- <title>LRS (Linear Reference System)</title>
+ <title>LRS (Linear Referencing System)</title>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  <meta name="Author" content="Radim Blazek">
  <link rel="stylesheet" href="grassdocs.css" type="text/css">
@@ -10,8 +10,8 @@
 
 <img src="grass_logo.png" alt="_\|/_ GRASS logo"><hr align=center size=6 noshade>
 
-<h2>LRS (Linear Reference System)</h2>
-A Linear Reference System (LRS, also called Linear Referencing System) is a system
+<h2>LRS (Linear Referencing System)</h2>
+A Linear Referencing System (LRS) is a system
 where features (points or segments) are localized by a measure along a linear element.
 The LRS can be used to reference events for any network of linear
 features, for example roads, railways, rivers, pipelines, electric and
@@ -126,12 +126,12 @@
 
 <h3>Available commands</h3>
 <ul>
-<li><a href="v.lrs.create.html">v.lrs.create</a> to create a linear reference system,
+<li><a href="v.lrs.create.html">v.lrs.create</a> to create a linear referencing system,
 <li><a href="v.lrs.label.html">v.lrs.label</a> to create stationing on the LRS,
 <li><a href="v.lrs.segment.html">v.lrs.segment</a> to create points/segments on LRS,
  and
 <li><a href="v.lrs.where.html">v.lrs.where</a> to find line id and real km+offset
-for given points in vector map using linear reference system.
+for given points in vector map using linear referencing system.
 </ul>
 
 <h3>Input lines for v.lrs.segment and v.lrs.label</h3>
@@ -170,9 +170,9 @@
     for "layer" concept)
 <li>player: vector layer in point map (usually 1; see <a HREF="vectorintro.html">vectorintro</a>
     for "layer" concept)
-<li>rsdriver: Driver name for reference system table - DBMI SQL driver (dbf, pg, mysql, sqlite, etc)
-<li>rsdatabase: Database name for reference system table - DBMI SQL database name (e.g., "lrsdb")
-<li>rstable: Name of the reference system table - DBMI SQL table name (e.g., "streamslrs")
+<li>rsdriver: Driver name for LRS table - DBMI SQL driver (dbf, pg, mysql, sqlite, etc)
+<li>rsdatabase: Database name for LRS table - DBMI SQL database name (e.g., "lrsdb")
+<li>rstable: Name of the LRS table - DBMI SQL table name (e.g., "streamslrs")
 </ul>
 
 <h2>SEE ALSO</h2>

Modified: grass/trunk/vector/v.net/description.html
===================================================================
--- grass/trunk/vector/v.net/description.html	2007-12-17 10:57:20 UTC (rev 29459)
+++ grass/trunk/vector/v.net/description.html	2007-12-17 13:42:56 UTC (rev 29460)
@@ -9,7 +9,7 @@
 
 If vector editing is required to modify the graph, <em>v.digit</em>
 or <em>v.edit</em> can be used. Separately, 
-<a HREF="lrs.html">Linear Reference System</a> is available
+<a HREF="lrs.html">Linear Referencing System</a> is available
 in GRASS.
 
 <h3>EXAMPLES</h3>

Modified: grass/trunk/vector/v.segment/description.html
===================================================================
--- grass/trunk/vector/v.segment/description.html	2007-12-17 10:57:20 UTC (rev 29459)
+++ grass/trunk/vector/v.segment/description.html	2007-12-17 13:42:56 UTC (rev 29460)
@@ -113,7 +113,7 @@
 <h2>SEE ALSO</h2>
 
 <em>
-<a href="lrs.html">LRS tutorial</a> (Linear Reference System),<BR>
+<a href="lrs.html">LRS tutorial</a> (Linear Referencing System),<BR>
 <a href="d.vect.html">d.vect</a>,
 <a href="v.build.polylines.html">v.build.polylines</a>,
 <a href="v.lrs.segment.html">v.lrs.segment</a>,

Modified: grass/trunk/vector/vectorintro.html
===================================================================
--- grass/trunk/vector/vectorintro.html	2007-12-17 10:57:20 UTC (rev 29459)
+++ grass/trunk/vector/vectorintro.html	2007-12-17 13:42:56 UTC (rev 29460)
@@ -265,7 +265,7 @@
 Both directions are supported, network modules provide parameters
 to assign attribute columns to the forward and backward direction.
 
-<h3>Vector networks: Linear reference system (LRS)</h3>
+<h3>Vector networks: Linear referencing system (LRS)</h3>
 
 LRS uses linear features and distance measured along those features to
 positionate objects. There are the commands



More information about the grass-commit mailing list