[GRASS-SVN] r71425 - grass/branches/releasebranch_7_2/gui/wxpython/animation

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Aug 21 10:01:04 PDT 2017


Author: martinl
Date: 2017-08-21 10:01:03 -0700 (Mon, 21 Aug 2017)
New Revision: 71425

Modified:
   grass/branches/releasebranch_7_2/gui/wxpython/animation/g.gui.animation.html
Log:
g.gui.animation: link m.nviz.image in the manual (merge r71424 from trunk)

Modified: grass/branches/releasebranch_7_2/gui/wxpython/animation/g.gui.animation.html
===================================================================
--- grass/branches/releasebranch_7_2/gui/wxpython/animation/g.gui.animation.html	2017-08-21 16:59:22 UTC (rev 71424)
+++ grass/branches/releasebranch_7_2/gui/wxpython/animation/g.gui.animation.html	2017-08-21 17:01:03 UTC (rev 71425)
@@ -25,8 +25,9 @@
 </ul>
 
 <p>
-3D view animation enables to animate raster (as an elevation map or a color map)
-or vector map (points, lines). Internally, module m.nviz.image is used.
+3D view animation enables to animate raster (as an elevation map or a
+color map) or vector map (points, lines). Internally,
+module <em><a href="m.nviz.image.html">m.nviz.image</a></em> is used.
 To display 3D view animation follow these steps:
 <ul>
   <li>open GRASS GUI, load maps and start 3D view</li>
@@ -35,7 +36,9 @@
   <li>add new animation in Animation Tool, choose 3D view mode</li>
   <li>choose data (series of maps or space time dataset) used for animation</li>
   <li>set workspace file</li>
-  <li>choose parameter (parameter of m.nviz.image) to animate (e.g. color_map)</li>
+  <li>choose parameter (parameter
+  of <em><a href="m.nviz.image.html">m.nviz.image</a></em>) to animate
+  (e.g. color_map)</li>
 
 </ul>
 
@@ -85,7 +88,8 @@
 <p>
 <em>
   <a href="g.gui.timeline.html">g.gui.timeline</a>,
-  <a href="g.list.html">g.list</a>
+  <a href="g.list.html">g.list</a>,
+  <a href="m.nviz.image.html">m.nviz.image</a>
 </em>
 
 <p>



More information about the grass-commit mailing list