[GRASS-SVN] r59267 - grass/branches/releasebranch_6_4/vector/v.buffer2
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Mar 16 05:37:30 PDT 2014
Author: neteler
Date: 2014-03-16 05:37:30 -0700 (Sun, 16 Mar 2014)
New Revision: 59267
Added:
grass/branches/releasebranch_6_4/vector/v.buffer2/v_buffer_areas.png
grass/branches/releasebranch_6_4/vector/v.buffer2/v_buffer_points.png
Modified:
grass/branches/releasebranch_6_4/vector/v.buffer2/description.html
grass/branches/releasebranch_6_4/vector/v.buffer2/v_buffer_lines.png
Log:
v.buffer manual: more example screenshots
Modified: grass/branches/releasebranch_6_4/vector/v.buffer2/description.html
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.buffer2/description.html 2014-03-16 09:01:21 UTC (rev 59266)
+++ grass/branches/releasebranch_6_4/vector/v.buffer2/description.html 2014-03-16 12:37:30 UTC (rev 59267)
@@ -49,7 +49,24 @@
database='$GISDBASE/$LOCATION_NAME/$MAPSET/dbf'
</pre></div>
+<center>
+<img src="v_buffer_points.png" border="1"><br>
+Buffer of 2000m around the "hospitals" points (map subset, original points
+shown in black, new area centroids in red)
+</center>
+<h3>Buffer around input areas</h3>
+
+<div class="code"><pre>
+v.buffer input=lakes output=lakes_buffer type=area distance=100
+</pre></div>
+
+<center>
+<img src="v_buffer_areas.png" border="1"><br>
+Buffer of 100m around the "lakes" polygons (map subset, original areas
+shown in black)
+</center>
+
<h2>SEE ALSO</h2>
<em>
Added: grass/branches/releasebranch_6_4/vector/v.buffer2/v_buffer_areas.png
===================================================================
(Binary files differ)
Property changes on: grass/branches/releasebranch_6_4/vector/v.buffer2/v_buffer_areas.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Modified: grass/branches/releasebranch_6_4/vector/v.buffer2/v_buffer_lines.png
===================================================================
(Binary files differ)
Added: grass/branches/releasebranch_6_4/vector/v.buffer2/v_buffer_points.png
===================================================================
(Binary files differ)
Property changes on: grass/branches/releasebranch_6_4/vector/v.buffer2/v_buffer_points.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
More information about the grass-commit
mailing list