[GRASS-SVN] r69058 - grass/trunk/vector/v.buffer

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


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

Added:
   grass/trunk/vector/v.buffer/v_buffer_areas_int.png
Modified:
   grass/trunk/vector/v.buffer/v.buffer.html
Log:
v.buffer: add one more example

Modified: grass/trunk/vector/v.buffer/v.buffer.html
===================================================================
--- grass/trunk/vector/v.buffer/v.buffer.html	2016-08-01 12:34:38 UTC (rev 69057)
+++ grass/trunk/vector/v.buffer/v.buffer.html	2016-08-02 13:17:24 UTC (rev 69058)
@@ -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>

Added: grass/trunk/vector/v.buffer/v_buffer_areas_int.png
===================================================================
(Binary files differ)


Property changes on: grass/trunk/vector/v.buffer/v_buffer_areas_int.png
___________________________________________________________________
Added: svn:mime-type
   + image/png



More information about the grass-commit mailing list