Bläddra i källkod

enhanced explanation of -t flag

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@67143 15284696-431f-4ddb-bdfa-cd5b030d7da7
Moritz Lennert 9 år sedan
förälder
incheckning
a51b414cd3
1 ändrade filer med 12 tillägg och 5 borttagningar
  1. 12 5
      vector/v.buffer/v.buffer.html

+ 12 - 5
vector/v.buffer/v.buffer.html

@@ -11,11 +11,18 @@ segments are generated).
 Internal buffers for areas can be generated with negative distance 
 Internal buffers for areas can be generated with negative distance 
 values ("inward buffer" or "negative buffer").
 values ("inward buffer" or "negative buffer").
 <p>
 <p>
-Categories and attributes can be transferred with the <b>t</b> flag. 
-The resulting buffer areas can have multiple categories, and multiple 
-buffer areas can have the same category. The buffer for the input 
-feature with category X can thus be retrieved by selecting all buffer 
-areas with category X (see example below).
+<em>v.buffer</em> fusions the geometries of buffers by default.
+Categories and attribute table will not be transferred (this would
+not make sense as one buffer geometry can be the result of many
+different input geometries). To transfer the categories and
+attributes the user can set the <b>t</b> flag. This will result in
+buffers being cut up where buffers of individual input geometries
+overlap.  Each part that is the result of overlapping buffers of
+multiple geometries will have multiple categories corresponding to
+those geometries, and multiple buffer areas can have the same
+category. The buffer for the input feature with category X can thus
+be retrieved by selecting all buffer areas with category X (see
+example below).
 
 
 <p>
 <p>
 Buffers for lines and areas are generated using the algorithms from
 Buffers for lines and areas are generated using the algorithms from