[GRASS-SVN] r48542 - grass/trunk/misc/m.nviz.image

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Sep 28 09:53:26 EDT 2011


Author: martinl
Date: 2011-09-28 06:53:26 -0700 (Wed, 28 Sep 2011)
New Revision: 48542

Added:
   grass/trunk/misc/m.nviz.image/m.nviz.image.html
Removed:
   grass/trunk/misc/m.nviz.image/m.nviz.image
Modified:
   grass/trunk/misc/m.nviz.image/Makefile
Log:
m.nviz.image: fix Makefile after moving from `visualization`


Modified: grass/trunk/misc/m.nviz.image/Makefile
===================================================================
--- grass/trunk/misc/m.nviz.image/Makefile	2011-09-28 13:48:32 UTC (rev 48541)
+++ grass/trunk/misc/m.nviz.image/Makefile	2011-09-28 13:53:26 UTC (rev 48542)
@@ -1,4 +1,4 @@
-MODULE_TOPDIR = ../../..
+MODULE_TOPDIR = ../..
 
 PGM = m.nviz.image
 

Deleted: grass/trunk/misc/m.nviz.image/m.nviz.image
===================================================================
--- grass/trunk/misc/m.nviz.image/m.nviz.image	2011-09-28 13:48:32 UTC (rev 48541)
+++ grass/trunk/misc/m.nviz.image/m.nviz.image	2011-09-28 13:53:26 UTC (rev 48542)
@@ -1,35 +0,0 @@
-<h2>DESCRIPTION</h2>
-
-<em>m.nviz.image</em> allows users to realistically render multiple
-<em>surfaces</em> (raster data) in a 3D space, optionally using
-thematic coloring, draping 2D <em>vector</em> data over the surfaces,
-displaying 3D vector data in the space, and visualization
-of <em>volume</em> data (3D raster data) from the command line.
-
-<h2>EXAMPLE</h2>
-
-Render elevation map in a 3D space.
-
-<div class="code"><pre>
-g.region rast=elevation
-m.nviz.image elevation_map=elevation output=elev perspective=15
-</pre></div>
-
-<h2>SEE ALSO</h2>
-
-<em>
-  <a href="wxGUI.Nviz.html">wxGUI 3D Viewer</a>
-</em>
-
-<h2>AUTHOR</h2>
-
-<a href="http://geo.fsv.cvut.cz/gwiki/Landa">Martin
-Landa</a>, <a href="http://grass.osgeo.org/wiki/WxNviz_GSoC_2008">Google
-Summer of Code 2008</a> (mentor: Michael Barton)
-and <a href="http://grass.osgeo.org/wiki/WxNviz_GSoC_2010">Google
-Summer of Code 2010</a> (mentor: Helena Mitasova)<br>
-Anna Kratochvilova, <a href="http://grass.osgeo.org/wiki/WxNviz_GSoC_2011">Google
-Summer of Code 2011</a> (mentor: Martin Landa)
-
-<p>
-<i>Last changed: $Date$</i>

Copied: grass/trunk/misc/m.nviz.image/m.nviz.image.html (from rev 48541, grass/trunk/misc/m.nviz.image/m.nviz.image)
===================================================================
--- grass/trunk/misc/m.nviz.image/m.nviz.image.html	                        (rev 0)
+++ grass/trunk/misc/m.nviz.image/m.nviz.image.html	2011-09-28 13:53:26 UTC (rev 48542)
@@ -0,0 +1,35 @@
+<h2>DESCRIPTION</h2>
+
+<em>m.nviz.image</em> allows users to realistically render multiple
+<em>surfaces</em> (raster data) in a 3D space, optionally using
+thematic coloring, draping 2D <em>vector</em> data over the surfaces,
+displaying 3D vector data in the space, and visualization
+of <em>volume</em> data (3D raster data) from the command line.
+
+<h2>EXAMPLE</h2>
+
+Render elevation map in a 3D space.
+
+<div class="code"><pre>
+g.region rast=elevation
+m.nviz.image elevation_map=elevation output=elev perspective=15
+</pre></div>
+
+<h2>SEE ALSO</h2>
+
+<em>
+  <a href="wxGUI.Nviz.html">wxGUI 3D Viewer</a>
+</em>
+
+<h2>AUTHOR</h2>
+
+<a href="http://geo.fsv.cvut.cz/gwiki/Landa">Martin
+Landa</a>, <a href="http://grass.osgeo.org/wiki/WxNviz_GSoC_2008">Google
+Summer of Code 2008</a> (mentor: Michael Barton)
+and <a href="http://grass.osgeo.org/wiki/WxNviz_GSoC_2010">Google
+Summer of Code 2010</a> (mentor: Helena Mitasova)<br>
+Anna Kratochvilova, <a href="http://grass.osgeo.org/wiki/WxNviz_GSoC_2011">Google
+Summer of Code 2011</a> (mentor: Martin Landa)
+
+<p>
+<i>Last changed: $Date$</i>



More information about the grass-commit mailing list