[GRASS-SVN] r30583 - grass/trunk/vector/v.buffer
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Mar 16 11:29:33 EDT 2008
Author: martinl
Date: 2008-03-16 11:29:33 -0400 (Sun, 16 Mar 2008)
New Revision: 30583
Modified:
grass/trunk/vector/v.buffer/description.html
Log:
v.buffer: cleaning manual page (syntax)
Modified: grass/trunk/vector/v.buffer/description.html
===================================================================
--- grass/trunk/vector/v.buffer/description.html 2008-03-16 14:27:50 UTC (rev 30582)
+++ grass/trunk/vector/v.buffer/description.html 2008-03-16 15:29:33 UTC (rev 30583)
@@ -1,34 +1,30 @@
<h2>DESCRIPTION</h2>
-<em>v.buffer</em> creates a buffer around features of given <em>type</em>, which
-have a category in the given <em>layer</em>. The <em>tolerance</em> controls
+<em>v.buffer</em> creates a buffer around features of given <b>type</b>, which
+have a category in the given <b>layer</b>. The <b>tolerance</b> controls
the number of vector segments being generated (the smaller the value, the more
vector segments are generated).
-
<h2>NOTES</h2>
Attributes are not transferred due to potential buffer overlap, which
cannot be resolved automatically.
-
<h2>EXAMPLES</h2>
-<h4>Buffer around input lines</h4>
+<h3>Buffer around input lines</h3>
<div class="code"><pre>
v.buffer input=map output=buffer type=line buffer=100
</pre></div>
-<BR>
-<h4>Circles around input points</h4>
+<h3>Circles around input points</h3>
<div class="code"><pre>
v.buffer input=pointsmap output=circles type=point buffer=1000
</pre></div>
-<BR>
-<h4>Non-overlapping circles around input points with attribute transfer</h4>
+<h3>Non-overlapping circles around input points with attribute transfer</h3>
<div class="code"><pre>
v.buffer input=archsites output=circles type=point buffer=200
@@ -42,7 +38,6 @@
v.db.connect map=circles_db table=archsites field=1 key=cat driver=dbf \
database='$GISDBASE/$LOCATION_NAME/$MAPSET/dbf'
</pre></div>
-<BR>
<h2>BUGS</h2>
@@ -51,21 +46,24 @@
problem if you run <em>v.buffer</em> more times with smaller buffer.
<P>
The <b>bufcol</b> dynamic buffer distance parameter has problems cleaning
-complex features. (holes left filled, etc.) If you experience problems, try
+complex features (holes left filled, etc.). If you experience problems, try
running <em>v.buffer</em> multiple times with a single buffer distance, patch
the results with <em>v.patch</em> and remove any overlaps with
<em>v.extract -d</em>.
<h2>SEE ALSO</h2>
-<em><a HREF="r.buffer.html">r.buffer</a></em>,
-<em><a HREF="v.extract.html">v.extract</a></em>,
-<em><a HREF="v.type.html">v.type</a></em>,
-<em><a HREF="v.patch.html">v.patch</a></em>,
-<em><a HREF="v.db.connect.html">v.db.connect</a></em>
+<em>
+<a HREF="r.buffer.html">r.buffer</a>,
+<a HREF="v.extract.html">v.extract</a>,
+<a HREF="v.type.html">v.type</a>,
+<a HREF="v.patch.html">v.patch</a>,
+<a HREF="v.db.connect.html">v.db.connect</a>
+</em>
<h2>AUTHOR</h2>
Radim Blazek
-<p><i>Last changed: $Date$</i></p>
+<p>
+<i>Last changed: $Date$</i>
More information about the grass-commit
mailing list