浏览代码

lrs manual: fix PDF URL to R Blazek's paper

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58835 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 11 年之前
父节点
当前提交
ff9f1140a3
共有 1 个文件被更改,包括 15 次插入8 次删除
  1. 15 8
      vector/v.lrs/lrs.html

+ 15 - 8
vector/v.lrs/lrs.html

@@ -25,6 +25,7 @@ telephone lines, water and sewer networks. An event is defined in LRS
 by a route ID and a measure. A route is a path on the network, usually
 by a route ID and a measure. A route is a path on the network, usually
 composed from more features in the input map.  Events can be either
 composed from more features in the input map.  Events can be either
 points or lines (segments).
 points or lines (segments).
+
 <p>
 <p>
 LRS is created from input lines and points in vector map. 
 LRS is created from input lines and points in vector map. 
 Points - MP (mileposts) must have attached attributes specifying 
 Points - MP (mileposts) must have attached attributes specifying 
@@ -33,7 +34,8 @@ The distances from the beginning of the linear feature in real world
 are specified by MP+offset. 
 are specified by MP+offset. 
 Typically, MP is in kilometers and offset in meters.
 Typically, MP is in kilometers and offset in meters.
 
 
-<p>The implementation of LRS in GRASS has some particularities.
+<p>
+The implementation of LRS in GRASS has some particularities.
 
 
 <h3>Double referenced system</h3>
 <h3>Double referenced system</h3>
 This feature gives a possibility to continue to use most of 
 This feature gives a possibility to continue to use most of 
@@ -96,17 +98,20 @@ end_off:   3000
 </pre></div>
 </pre></div>
 
 
 Because each MP can keep 2 values (start, end) it is called 'double' referenced LRS.
 Because each MP can keep 2 values (start, end) it is called 'double' referenced LRS.
-<p>To avoid potential confusion, MP values are limited to integers only. 
+<p>
+To avoid potential confusion, MP values are limited to integers only. 
 It would be ambiguous to have for example segments 3.500 - 3.500+200 
 It would be ambiguous to have for example segments 3.500 - 3.500+200 
 and 3.600 - 3.600+200. The position 3+650 would fall into 2 segments, 
 and 3.600 - 3.600+200. The position 3+650 would fall into 2 segments, 
 correct would be 3.600+50. 
 correct would be 3.600+50. 
 That means, that MP must be the beginning of antonomous segment 
 That means, that MP must be the beginning of antonomous segment 
 and all parts which becomes longer then before must be referenced 
 and all parts which becomes longer then before must be referenced 
 from the last not changed MP.
 from the last not changed MP.
-<p>The MP <em>start_mp</em> and <em>end_mp</em> columns must be decimal, but 
+<p>
+The MP <em>start_mp</em> and <em>end_mp</em> columns must be decimal, but 
 <em>v.lrs.create</em> takes only the decimal part, and adds its value to
 <em>v.lrs.create</em> takes only the decimal part, and adds its value to
 offset and prints a warning.
 offset and prints a warning.
-<p>It is highly recommended to work with polylines instead of segmented vector
+<p>
+It is highly recommended to work with polylines instead of segmented vector
 lines. The command <em>v.build.polylines</em> creates this map structure.
 lines. The command <em>v.build.polylines</em> creates this map structure.
 
 
 <h3>LRS table structure</h3>
 <h3>LRS table structure</h3>
@@ -150,7 +155,8 @@ It can happen that one offset appears on 2 different lines:
 In this case, the module gives error because the position
 In this case, the module gives error because the position
 results in 2 points.
 results in 2 points.
 
 
-<p>It can be also intended, for example a part of the road is shared
+<p>
+It can be also intended, for example a part of the road is shared
 with another one, but MP are used only for one:
 with another one, but MP are used only for one:
 <div class="code"><pre>
 <div class="code"><pre>
  + road1/km15         + road1/km22
  + road1/km15         + road1/km22
@@ -178,8 +184,9 @@ Explanations of selected options:
 <h2>SEE ALSO</h2>
 <h2>SEE ALSO</h2>
 
 
 <em>R. Blazek, 2004, <a href="http://gisws.media.osaka-cu.ac.jp/grass04/viewpaper.php?id=50">Introducing the Linear Reference System in GRASS</a>, Bangkok, GRASS User Conf. Proc.</em><br>
 <em>R. Blazek, 2004, <a href="http://gisws.media.osaka-cu.ac.jp/grass04/viewpaper.php?id=50">Introducing the Linear Reference System in GRASS</a>, Bangkok, GRASS User Conf. Proc.</em><br>
-<em>R. Blazek, 2005, <a href="http://www.j-geoinfo.net/Content/fulmar05/IJG_095-100.pdf">Introducing the Linear Reference System in GRASS</a>, International Journal of Geoinformatics, Vol. 1(3), pp. 95-100</em><br>
-<p><em><a href="v.build.polylines.html">v.build.polylines</a></em>,
+<em>R. Blazek, 2005, <a href="http://creativecity.gscc.osaka-cu.ac.jp/IJG/article/download/320/321">Introducing the Linear Reference System in GRASS</a>, International Journal of Geoinformatics, Vol. 1(3), pp. 95-100</em><br>
+<p>
+<em><a href="v.build.polylines.html">v.build.polylines</a></em>,
 <em><a href="v.lrs.create.html">v.lrs.create</a></em>,
 <em><a href="v.lrs.create.html">v.lrs.create</a></em>,
 <em><a href="v.lrs.segment.html">v.lrs.segment</a></em>,
 <em><a href="v.lrs.segment.html">v.lrs.segment</a></em>,
 <em><a href="v.lrs.where.html">v.lrs.where</a></em>,
 <em><a href="v.lrs.where.html">v.lrs.where</a></em>,
@@ -193,6 +200,6 @@ Documentation update (based on above journal article and available fragments): M
 <p><i>Last changed: $Date$</i>
 <p><i>Last changed: $Date$</i>
 <hr>
 <hr>
 <p><a href="index.html">Main index</a> - <a href="vector.html">Vector index</a> - <a href="topics.html">Topics index</a> - <a href="keywords.html">Keywords Index</a> - <a href="full_index.html">Full index</a></p>
 <p><a href="index.html">Main index</a> - <a href="vector.html">Vector index</a> - <a href="topics.html">Topics index</a> - <a href="keywords.html">Keywords Index</a> - <a href="full_index.html">Full index</a></p>
-<p>&copy; 2003-2013 <a href="http://grass.osgeo.org">GRASS Development Team</a>, GRASS GIS 7.0.svn Reference Manual</p>
+<p>&copy; 2003-2014 <a href="http://grass.osgeo.org">GRASS Development Team</a>, GRASS GIS 7.0.svn Reference Manual</p>
 </body>
 </body>
 </html> 
 </html>