[GRASS-SVN] r30000 - grass/trunk/scripts/v.dissolve

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Feb 7 14:40:12 EST 2008


Author: martinl
Date: 2008-02-07 14:40:12 -0500 (Thu, 07 Feb 2008)
New Revision: 30000

Modified:
   grass/trunk/scripts/v.dissolve/description.html
Log:
v.dissolve: manual page cleaning

Modified: grass/trunk/scripts/v.dissolve/description.html
===================================================================
--- grass/trunk/scripts/v.dissolve/description.html	2008-02-07 18:12:13 UTC (rev 29999)
+++ grass/trunk/scripts/v.dissolve/description.html	2008-02-07 19:40:12 UTC (rev 30000)
@@ -7,29 +7,28 @@
 dissolving.
 
 GRASS defines a vector area as composite entity consisting of a set of
-closed boundaries and a centroid. The centroids must contain a category
-number (see <em>v.centroids</em>), this number is linked to area
-attributes and database links.
+closed boundaries and a centroid. The centroids must contain a
+category number
+(see <em><a href="v.centroids.html">v.centroids</a></em>), this number
+is linked to area attributes and database links.
 
 Multiple attributes may be linked to a single vector entity through
-numbered fields referred to as layers.
-Refer to <em>v.category</em> for more details. 
+numbered fields referred to as layers. Refer
+to <em><a href="v.category.html">v.category</a></em> for more details.
+
 <P>
-Merging of areas can also be accomplished using "<tt><em>v.extract</em>
-<b>-d</b></tt>" which provides some additional options. 
-In fact, <EM>v.dissolve</EM> is simply a front-end to that module. The use
-of the <EM>column</EM> parameter adds a call to <EM>v.reclass</EM> before.
+Merging of areas can also be accomplished using
+"<em>v.extract <b>-d</b></em>" which provides some additional options.
+In fact, <a href="v.dissolve.html">v.dissolve</a> is simply a
+front-end to that module. The use of the <EM>column</EM> parameter
+adds a call to <em><a href="v.reclass.html">v.reclass</a></em> before.
 
-<p>
-<EM>(GRASS Shell Script)</EM>
-
 <h2>EXAMPLES</h2>
 
 <h3>Basic use</h3>
 <div class="code"><pre>
 v.dissolve input=undissolved output=dissolved
 </pre></div>
-<br>
 
 <h3>Dissolving based on column attributes</h3>
 <div class="code"><pre>
@@ -39,7 +38,6 @@
 # dissolve based on column attributes:
 v.dissolve input=polbnda_italy output=pol_italy_regions col=vmap_nam
 </pre></div>
-<br>
 
 <h3>Dissolving adjacent SHAPE files to remove tile boundaries</h3>
 
@@ -64,14 +62,13 @@
 <A HREF="v.category.html">v.category</A>,
 <A HREF="v.centroids.html">v.centroids</A>,
 <A HREF="v.extract.html">v.extract</A>,
-<a HREF="v.reclass.html">v.reclass</a>
+<A HREF="v.reclass.html">v.reclass</A>
 </EM>
 
 <H2>AUTHORS</H2>
 
 module: M. Hamish Bowman, Dept. Marine Science, Otago University, New Zealand<br>
-Markus Neteler for column support
-<BR>
+Markus Neteler for column support<BR>
 help page: Trevor Wiens
 
 <P>



More information about the grass-commit mailing list