[GRASS-SVN] r36891 - grass/trunk/vector/v.buffer2
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Apr 23 07:41:45 EDT 2009
Author: hamish
Date: 2009-04-23 07:41:45 -0400 (Thu, 23 Apr 2009)
New Revision: 36891
Modified:
grass/trunk/vector/v.buffer2/v.buffer.html
Log:
update for new option name
Modified: grass/trunk/vector/v.buffer2/v.buffer.html
===================================================================
--- grass/trunk/vector/v.buffer2/v.buffer.html 2009-04-23 11:41:11 UTC (rev 36890)
+++ grass/trunk/vector/v.buffer2/v.buffer.html 2009-04-23 11:41:45 UTC (rev 36891)
@@ -5,29 +5,31 @@
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>
<h3>Buffer around input lines</h3>
<div class="code"><pre>
-v.buffer input=map output=buffer type=line buffer=100
+v.buffer input=map output=buffer type=line distance=100
</pre></div>
<h3>Circles around input points</h3>
<div class="code"><pre>
-v.buffer input=pointsmap output=circles type=point buffer=1000
+v.buffer input=pointsmap output=circles type=point distance=1000
</pre></div>
<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
+v.buffer input=archsites output=circles type=point distance=200
# change original points to centroids:
v.type in=archsites out=archcentroids type=point,centroid
# patch circles and centroids:
@@ -39,6 +41,7 @@
database='$GISDBASE/$LOCATION_NAME/$MAPSET/dbf'
</pre></div>
+
<h2>SEE ALSO</h2>
<em>
@@ -49,9 +52,11 @@
<a HREF="v.db.connect.html">v.db.connect</a>
</em>
+
<h2>AUTHORS</h2>
Radim Blazek<br>
-Rewritten by Rosen Matev (with support through the Google Summer of Code program 2008)
+Rewritten by Rosen Matev (with support through the
+ Google Summer of Code program 2008)
<p>
<i>Last changed: $Date: 2008-03-16 16:29:33 +0100 (Sun, 16 Mar 2008) $</i>
More information about the grass-commit
mailing list