[GRASS-SVN] r61731 - grass/branches/releasebranch_7_0/vector/v.generalize

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Aug 24 15:13:58 PDT 2014


Author: neteler
Date: 2014-08-24 15:13:58 -0700 (Sun, 24 Aug 2014)
New Revision: 61731

Modified:
   grass/branches/releasebranch_7_0/vector/v.generalize/v.generalize.html
Log:
v.generalize manual: fix TOC navigation

Modified: grass/branches/releasebranch_7_0/vector/v.generalize/v.generalize.html
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.generalize/v.generalize.html	2014-08-24 22:13:54 UTC (rev 61730)
+++ grass/branches/releasebranch_7_0/vector/v.generalize/v.generalize.html	2014-08-24 22:13:58 UTC (rev 61731)
@@ -256,7 +256,7 @@
 
 <h2>EXAMPLES</h2>
 
-<h3>Simplification</h3>
+<h3>SIMPLIFICATION EXAMPLE</h3>
 Simplification of county boundaries with DP method (North Carolina sample dataset):
 
 <div class="code"><pre>
@@ -264,7 +264,7 @@
   method=douglas threshold=20 error=boundary_county_dp20_leftover
 </pre></div>
 
-<h3>Smoothing</h3>
+<h3>SMOOTHING EXAMPLE</h3>
 
 Smoothing of road network with Chaiken method (North Carolina sample dataset):
 



More information about the grass-commit mailing list