[GRASS-SVN] r73182 - grass/branches/releasebranch_7_2/display/d.vect

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Aug 25 10:03:59 PDT 2018


Author: martinl
Date: 2018-08-25 10:03:59 -0700 (Sat, 25 Aug 2018)
New Revision: 73182

Modified:
   grass/branches/releasebranch_7_2/display/d.vect/d.vect.html
Log:
d.vect: explain z height for 3D lines/polygons, see #934


Modified: grass/branches/releasebranch_7_2/display/d.vect/d.vect.html
===================================================================
--- grass/branches/releasebranch_7_2/display/d.vect/d.vect.html	2018-08-25 16:54:22 UTC (rev 73181)
+++ grass/branches/releasebranch_7_2/display/d.vect/d.vect.html	2018-08-25 17:03:59 UTC (rev 73182)
@@ -81,7 +81,8 @@
 d.vect -c map=soils where="label='VBF'" display=shape attribute_column=label
 </pre></div>
 
-<p>3D points, 3D lines and 3D polygons colorized according to z height:
+<p>3D points, 3D lines and 3D polygons colorized according to z height
+(for 3D lines and polygons a z height is defined by a first vertex):
 <div class="code"><pre>
 g.region raster=elevation.10m
 r.random input=elevation.10m n=5000 vector=random3d -d



More information about the grass-commit mailing list