Browse Source

v.random manual: underline that attribute transfer requires layer=1

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@72998 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 6 years ago
parent
commit
d6065a9618
1 changed files with 7 additions and 2 deletions
  1. 7 2
      vector/v.random/v.random.html

+ 7 - 2
vector/v.random/v.random.html

@@ -4,7 +4,7 @@
 current region using the selected random number generator.
 
 <p><em>v.random</em> can generate also 3D vector points or write
-random value to attribute table. Point height range or attribute value
+random value to the attribute table. Point height range or attribute value
 range is controlled by specifying <b>zmin</b> and <b>zmax</b> options.
 Both z values are included in range (<em>zmin &lt;= z &lt;=
 zmax</em>). Generated random attribute value type can be controlled
@@ -29,9 +29,14 @@ be generated in total.
 
 <p>
 Attributes attached to <b>restrict</b> vector map are also transfered
-if <b>layer</b> is specified,
+if the <b>layer</b> parameter is defined > 0,
 see <em><a href="#stratified-random-sampling:-random-sampling-from-vector-map-by-attribute">example</a></em>
 below.
+
+<h2>NOTES</h2>
+
+Importantly, attributes will only be transferred if <b>layer</b> > 0
+(e.g., <tt>layer=1</tt>).
   
 <h2>EXAMPLES</h2>
 All examples are based on the North Carolina sample dataset.