[GRASS-SVN] r69059 - grass/branches/releasebranch_7_2/vector/v.buffer

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Aug 2 06:48:24 PDT 2016


Author: lucadelu
Date: 2016-08-02 06:48:24 -0700 (Tue, 02 Aug 2016)
New Revision: 69059

Added:
   grass/branches/releasebranch_7_2/vector/v.buffer/v_buffer_areas_int.png
Modified:
   grass/branches/releasebranch_7_2/vector/v.buffer/v.buffer.html
Log:
v.buffer: add one more example (backport r69058)

Modified: grass/branches/releasebranch_7_2/vector/v.buffer/v.buffer.html
===================================================================
--- grass/branches/releasebranch_7_2/vector/v.buffer/v.buffer.html	2016-08-02 13:17:24 UTC (rev 69058)
+++ grass/branches/releasebranch_7_2/vector/v.buffer/v.buffer.html	2016-08-02 13:48:24 UTC (rev 69059)
@@ -123,6 +123,21 @@
 shown in black)
 </center>
 
+<h3>Buffer inside input areas</h3>
+
+<div class="code"><pre>
+v.buffer input=lakes output=lakes_buffer type=area distance=-50
+</pre></div>
+
+<center>
+<img src="v_buffer_areas_int.png" border="1"><br>
+Internal buffer of 50m inside the "lakes" polygons (map subset, original areas
+shown in black) <br>
+Not all features are buffered, only the polygons that allow to create inside
+a topological cleaned polygon.
+</center>
+
+
 <h2>REFERENCES</h2>
 
 <ul>

Copied: grass/branches/releasebranch_7_2/vector/v.buffer/v_buffer_areas_int.png (from rev 69058, grass/trunk/vector/v.buffer/v_buffer_areas_int.png)
===================================================================
(Binary files differ)



More information about the grass-commit mailing list