[GRASSweb-list]michael: web/grass60/screenshots general.php,NONE,1.1 index.php,NONE,1.1 menu_side.inc,NONE,1.1 raster.php,NONE,1.1 title.inc,NONE,1.1 vector.php,NONE,1.1 viz.php,NONE,1.1

grass at intevation.de grass at intevation.de
Wed Jan 26 17:14:30 EST 2005


Author: michael

Update of /grassrepository/web/grass60/screenshots
In directory doto:/tmp/cvs-serv1520

Added Files:
	general.php index.php menu_side.inc raster.php title.inc 
	vector.php viz.php 
Log Message:
New GRASS 6 screenshot pages

--- NEW FILE: general.php ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>GRASS GIS: Documentation</title>
  <DEFANGED_meta name="robots" content="index,follow">
  <DEFANGED_meta name="description"
        content="GRASS GIS (Geographic Resources
         Analysis Support System) is an open source, free software
         Geographical Information System (GIS) with raster, topological
         vector, image processing, and visualization functionality">
  <DEFANGED_meta name="keywords"
        content="gis, GIS, GRASS, open source, 
	 free software, Geographical Information System, raster, topology,
         vector, image processing, visualization">
  <DEFANGED_meta name="Author" content="MN/GRASS Development Team">
  <DEFANGED_meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  <DEFANGED_link rel="stylesheet" href="../../sitestyle.css" type="text/css">
</head>
<body>
   <!-- TOP LOGO LINE -->  
<table bgcolor="#ffffff" cellspacing="0" cellpadding="0" border="0" width="650">
 <tbody>
 <tr><td>            
   <table cellspacing="1" cellpadding="0" border="0" width="100%" >
   <tbody>
      <tr bgcolor="#ffffff">
       <td nowrap="nowrap"> <DEFANGED_IMG src="../../images/grasslogo_vector_small.png" alt="GRASS GIS (Geographic Resources Analysis Support System)" hspace="22">
       </td>
       <td nowrap="nowrap">
          <table cellspacing="0" cellpadding="1" border="0" width="50%">
          <tbody>
            <tr bgcolor="#ffffff">
              <td nowrap="nowrap">
               <?php
                  include("title.inc");
               ?> 
              </td>
            </tr>
          </tbody>
          </table>
       </td>
      </tr>
    </tbody>
    </table>
   </td>
  </tr>
 </tbody> 
</table>

<table cellspacing="0" cellpadding="1" border="0" width="100%">
<tbody>
 <tr>
    <td valign="top">
    <?php
        include("../../menu_search.inc");
     ?> 
   </td>
   <td valign="top">
     <?php
       include("../../menu_top.inc");
     ?>
   </td>
 </tr>
 <tr>
  <td valign="top">
     <?php
       include("menu_side.inc");
     ?>
   </td>
  <td valign="top"> <!-- MAIN PART -->

        <h3>GRASS 6 Screenshots</h3>
        <p>Click image to see larger version</p>


        <table width="100%" border="0">
          <tr valign="baseline"> 
            <td> 
              <div align="center">
                <p><a href="images/general2.jpg" target="_blank"><DEFANGED_IMG src="images/general2_small.jpg" width="326" height="200" border="0"></a></p>
                <p>GRASS 6 GIS Manager for displaying complex maps</p>
              </div></td>
            <td> 
              <div align="center">
                <p><a href="images/general1.jpg" target="_blank"><DEFANGED_IMG src="images/general1_small.jpg" width="300" height="199" border="0"></a></p>
                <p>GRASS 6 with GUI accesss to all GIS analysis functions</p>
              </div></td>
          </tr>
          <tr valign="baseline"> 
            <td> 
              <div align="center">
                <p><a href="images/gismgr.jpg" target="_blank"><DEFANGED_IMG src="images/gismgr_small.jpg" width="161" height="200" border="0"></a></p>
                <p>GIS Manger GUI interface</p>
                <p>&nbsp;</p>
              </div></td>
            <td> 
              <div align="center">
                <p><a href="images/d.vect-gui.jpg" target="_blank"><DEFANGED_IMG src="images/d.vect-gui-small.jpg" width="89" height="201" border="0"></a></p>
                <p>Autogenerated GUI for all GRASS commands (vector display - 
                  d.vect)</p>
              </div></td>
          </tr>
          <tr valign="baseline"> 
            <td> 
              <div align="center">
                <p><a href="images/print.png" target="_blank"><DEFANGED_IMG src="images/print-small.png" width="269" height="200" border="0"></a></p>
                <p>Printing from the GIS Manager</p>
              </div></td>
            <td> 
              <div align="center">
                <p><a href="images/psmap.png" target="_blank"><DEFANGED_IMG src="images/psmap-small.png" width="159" height="200" border="0"></a></p>
                <p>Output from ps.map (postscript map printing module)</p>
              </div></td>
          </tr>
        </table>
        <table border="0" cellspacing="2" cellpadding="0" width="100%" bgcolor="#ffffff">
          <tbody>
          </tbody>
        </table>
 
    <p>&nbsp;</p>
        <p>&nbsp;</p>
        <p> 
          <!-- END MAIN PART -->
        </p></td>
 </tr>  
 </tbody> 
</table>

<hr>
   
<div align="right">&copy; 1997-2005 GRASS Development Team<br>
   <a href="../../impressum.html">Imprint</a> |
   <a href="../../contact.php">Comments</a> about this page<br>
   </div>
		    
</body>
</html>

--- NEW FILE: index.php ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>GRASS GIS: Screenshots</title>
  <DEFANGED_meta name="robots" content="index,follow">
  <DEFANGED_meta name="description"
        content="GRASS GIS (Geographic Resources
         Analysis Support System) is an open source, free software
         Geographical Information System (GIS) with raster, topological
         vector, image processing, and visualization functionality">
  <DEFANGED_meta name="keywords"
        content="gis, GIS, GRASS, open source, 
	 free software, Geographical Information System, raster, topology,
         vector, image processing, visualization">
  <DEFANGED_meta name="Author" content="MN/GRASS Development Team">
  <DEFANGED_meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  <DEFANGED_link rel="stylesheet" href="../../sitestyle.css" type="text/css">
</head>
<body>
   <!-- TOP LOGO LINE -->  
<table bgcolor="#ffffff" cellspacing="0" cellpadding="0" border="0" width="650">
 <tbody>
 <tr><td>            
   <table cellspacing="1" cellpadding="0" border="0" width="100%" >
   <tbody>
      <tr bgcolor="#ffffff">
       <td nowrap="nowrap"> <DEFANGED_IMG src="../../images/grasslogo_vector_small.png" alt="GRASS GIS (Geographic Resources Analysis Support System)" hspace="22">
       </td>
       <td nowrap="nowrap">
          <table cellspacing="0" cellpadding="1" border="0" width="50%">
          <tbody>
            <tr bgcolor="#ffffff">
              <td nowrap="nowrap">
               <?php
                  include("title.inc");
               ?> 
              </td>
            </tr>
          </tbody>
          </table>
       </td>
      </tr>
    </tbody>
    </table>
   </td>
  </tr>
 </tbody> 
</table>

<table cellspacing="0" cellpadding="1" border="0" width="100%">
<tbody>
 <tr>
    <td valign="top">
    <?php
        include("../../menu_search.inc");
     ?> 
   </td>
   <td valign="top">
     <?php
       include("../../menu_top.inc");
     ?>
   </td>
 </tr>
 <tr>
  <td valign="top">
     <?php
       include("menu_side.inc");
     ?>
   </td>
      <td valign="top"> 
        <!-- MAIN PART -->
        <h3>Screenshots of GRASS 6 in action</h3>
        <p>

       
 
        <!-- END MAIN PART -->
      </td>
 </tr>  
 </tbody> 
</table>

<hr>
   
<div align="right">&copy; 1997-2005 GRASS Development Team<br>
   <a href="../../impressum.html">Imprint</a> |
   <a href="../../contact.php">Comments</a> about this page<br>
   </div>
		    
</body>
</html>

--- NEW FILE: menu_side.inc ---
<!-- SIDE MENU INCLUDE -->

    <table class="topmenu" bgcolor="#008000" cellspacing="0" cellpadding="0" border="0" width="150">
    <tbody>
     <tr>
     <td><!-- TOP MENU -->
      <table cellspacing="1" cellpadding="3" border="0" width="100%">
      <tbody>
        <tr bgcolor="#cc5e2ca">
        <td nowrap="nowrap">
	<font size="-1">
          <a href="general.php">General</a>
	  <p>
	  <a href="vector.php">Vector operations</a>
	  <p>
      <a href="raster.php">Raster operations</a>
	  <p>
	  <a href="viz.php">3D and visualization</a>
        </font>
        </td>
        </tr>
      </tbody>             
      </table><!-- END SIDE MENU -->
     </td>
     </tr>
    </tbody>
    </table> <!-- END menu frame -->


--- NEW FILE: raster.php ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>GRASS GIS: Documentation</title>
  <DEFANGED_meta name="robots" content="index,follow">
  <DEFANGED_meta name="description"
        content="GRASS GIS (Geographic Resources
         Analysis Support System) is an open source, free software
         Geographical Information System (GIS) with raster, topological
         vector, image processing, and visualization functionality">
  <DEFANGED_meta name="keywords"
        content="gis, GIS, GRASS, open source, 
	 free software, Geographical Information System, raster, topology,
         vector, image processing, visualization">
  <DEFANGED_meta name="Author" content="MN/GRASS Development Team">
  <DEFANGED_meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  <DEFANGED_link rel="stylesheet" href="../../sitestyle.css" type="text/css">
</head>
<body>
   <!-- TOP LOGO LINE -->  
<table bgcolor="#ffffff" cellspacing="0" cellpadding="0" border="0" width="650">
 <tbody>
 <tr><td>            
   <table cellspacing="1" cellpadding="0" border="0" width="100%" >
   <tbody>
      <tr bgcolor="#ffffff">
       <td nowrap="nowrap"> <DEFANGED_IMG src="../../images/grasslogo_vector_small.png" alt="GRASS GIS (Geographic Resources Analysis Support System)" hspace="22">
       </td>
       <td nowrap="nowrap">
          <table cellspacing="0" cellpadding="1" border="0" width="50%">
          <tbody>
            <tr bgcolor="#ffffff">
              <td nowrap="nowrap">
               <?php
                  include("title.inc");
               ?> 
              </td>
            </tr>
          </tbody>
          </table>
       </td>
      </tr>
    </tbody>
    </table>
   </td>
  </tr>
 </tbody> 
</table>

<table cellspacing="0" cellpadding="1" border="0" width="100%">
<tbody>
 <tr>
    <td valign="top">
    <?php
        include("../../menu_search.inc");
     ?> 
   </td>
   <td valign="top">
     <?php
       include("../../menu_top.inc");
     ?>
   </td>
 </tr>
 <tr>
  <td valign="top">
     <?php
       include("menu_side.inc");
     ?>
   </td>
  <td valign="top"> <!-- MAIN PART -->

        <h3>GRASS 6 Screenshots - Raster Operations</h3>
        <p>Click image to see larger version</p>


        <table width="100%" border="0">
          <tr valign="baseline"> 
            <td width="50%"> 
              <div align="center">
                <p>&nbsp;</p>
                <p>No screen shots yet</p>
              </div></td>
            <td width="51%"> 
              <div align="center">
                <p>&nbsp;</p>
                </div></td>
          </tr>
          <tr valign="baseline"> 
            <td> 
              <div align="center">
                <p>&nbsp;</p>
                <p>&nbsp;</p>
              </div></td>
            <td> 
              <div align="center">
                <p>&nbsp;</p>
                </div></td>
          </tr>
          <tr valign="baseline"> 
            <td> 
              <div align="center">
                <p>&nbsp;</p>
                </div></td>
            <td> 
              <div align="center">
                <p>&nbsp;</p>
                </div></td>
          </tr>
        </table>
        <table border="0" cellspacing="2" cellpadding="0" width="100%" bgcolor="#ffffff">
          <tbody>
          </tbody>
        </table>
 
    <p>&nbsp;</p>
        <p>&nbsp;</p>
        <p> 
          <!-- END MAIN PART -->
        </p></td>
 </tr>  
 </tbody> 
</table>

<hr>
   
<div align="right">&copy; 1997-2005 GRASS Development Team<br>
   <a href="../../impressum.html">Imprint</a> |
   <a href="../../contact.php">Comments</a> about this page<br>
   </div>
		    
</body>
</html>

--- NEW FILE: title.inc ---
<!-- keep indentation -->
                <center><br>
                  <h1>GRASS: Screenshots</h1>
                </center>

--- NEW FILE: vector.php ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>GRASS GIS: Screenshots - vector</title>
  <DEFANGED_meta name="robots" content="index,follow">
  <DEFANGED_meta name="description"
        content="GRASS GIS (Geographic Resources
         Analysis Support System) is an open source, free software
         Geographical Information System (GIS) with raster, topological
         vector, image processing, and visualization functionality">
  <DEFANGED_meta name="keywords"
        content="gis, GIS, GRASS, open source, 
	 free software, Geographical Information System, raster, topology,
         vector, image processing, visualization">
  <DEFANGED_meta name="Author" content="MN/GRASS Development Team">
  <DEFANGED_meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  <DEFANGED_link rel="stylesheet" href="../../sitestyle.css" type="text/css">
</head>
<body>
   <!-- TOP LOGO LINE -->  
<table bgcolor="#ffffff" cellspacing="0" cellpadding="0" border="0" width="650">
 <tbody>
 <tr><td>            
   <table cellspacing="1" cellpadding="0" border="0" width="100%" >
   <tbody>
      <tr bgcolor="#ffffff">
       <td nowrap="nowrap"> <DEFANGED_IMG src="../../images/grasslogo_vector_small.png" alt="GRASS GIS (Geographic Resources Analysis Support System)" hspace="22">
       </td>
       <td nowrap="nowrap">
          <table cellspacing="0" cellpadding="1" border="0" width="50%">
          <tbody>
            <tr bgcolor="#ffffff">
              <td nowrap="nowrap">
               <?php
                  include("title.inc");
               ?> 
              </td>
            </tr>
          </tbody>
          </table>
       </td>
      </tr>
    </tbody>
    </table>
   </td>
  </tr>
 </tbody> 
</table>

<table cellspacing="0" cellpadding="1" border="0" width="100%">
<tbody>
 <tr>
    <td valign="top">
    <?php
        include("../../menu_search.inc");
     ?> 
   </td>
   <td valign="top">
     <?php
       include("../../menu_top.inc");
     ?>
   </td>
 </tr>
 <tr>
  <td valign="top">
     <?php
       include("menu_side.inc");
     ?>
   </td>
  <td valign="top"> <!-- MAIN PART -->

        <h3>GRASS 6 Screenshots - Vector Operations</h3>
        <p>Click image to see larger version</p>
        <table width="100%" border="0">
          <tr> 
            <td valign="bottom">
<div align="left">
                <h4 align="center"><a href="images/v.digit.jpg" target="_blank"><DEFANGED_IMG src="images/v.digit_small.jpg" width="311" height="160" border="0"> 
                  </a></h4>
              </div>
              <p align="center">Heads up digitizing with v.digit</p></td>
            <td valign="bottom"><p align="center"><a href="images/v.buffer.png" target="_blank"><DEFANGED_IMG src="images/v.buffer-small.png" width="222" height="200"> 
                </a></p>
              <p align="center">Buffering with v.buffer </p></td>
          </tr>
        </table>
        <h4><a name="fire">Overlapping polygons</a></h4>
        <table width="800" border="0">
          <tr> 
            <td valign="bottom">
<div align="center">
                <p><a href="images/fire1.png" target="_blank"><DEFANGED_IMG src="images/fire1-small.png" width="198" height="200" border="0"></a> 
                </p>
                <p>Overlapping polygons input from Shapefile (or any other OGR 
                  simple feature format)</p>
                </div></td>
            <td valign="bottom"><p align="center"><a href="images/fire2.png" target="_blank"><DEFANGED_IMG src="images/fire2-small.png" width="198" height="200" border="0"></a></p>
              <p align="center">Result (areas colored by number of overlapping 
                areas, categories of layer 1 and 2)</p></td>
            <td rowspan="2" valign="bottom">
<p align="center"><a href="images/bridge.png" target="_blank"><DEFANGED_IMG src="images/bridge-small.png" width="200" height="130"></a> 
              </p>
              <p align="center">Another example of overlapping features in one 
                layer (overpass) </p></td>
          </tr>
          <tr> 
            <td colspan="2"><p>&nbsp;</p>
              <p><em>Example of import and use in GRASS</em></p>
              <ul>
                <li>v.in.ogr dsn=./shp/ layer=fire output=fire_p </li>
                <li>v.category input=fire_p output=fire_c type=centroid field=2</li>
                <li> echo "create table fire_c_2 (id int, num int)" | db.execute 
                </li>
                <li>v.db.connect map=fire_c driver=pg database=bridge layer=2 
                  table=fire_c_2 key=id </li>
                <li>v.to.db map=fire_c layer=2 option=cat col1=id </li>
                <li>v.to.db map=fire_c layer=2 qlayer=1 option=query col1=num 
                  qcol="count(*)" type=centroid </li>
              </ul>
              <p>Number of overlapping features is also written as category to 
                centroid. </p>
              </td>
          </tr>
        </table>
        <p>&nbsp;</p>
        <h4>Vector overlay using v.overlay</h4>
        <table width="800" border="0">
          <tr> 
            <td colspan="2"><div align="left"> 
                <p align="center"><a href="images/v.overlay_a.png" target="_blank"><DEFANGED_IMG src="images/v.overlay_a-small.png" width="207" height="200" border="0"></a><a href="images/v.overlay_b.png" target="_blank"><DEFANGED_IMG src="images/v.overlay_b-small.png" width="207" height="200" border="0"></a></p>
                <p align="center">Input A and B</p>
              </div>
              </td>
          </tr>
          <tr valign="bottom"> 
            <td> 
              <p align="center">&nbsp;</p>
              <p align="center"><a href="images/v.overlay_and.png" target="_blank"><DEFANGED_IMG src="images/v.overlay_and-small.png" width="207" height="200" border="0"></a></p>
              <p align="center">intersection (operator=and)<br>
              </p></td>
            <td> 
              <p align="center"><a href="images/v.overlay_or.png" target="_blank"><DEFANGED_IMG src="images/v.overlay_or-small.png" width="207" height="200" border="0"></a></p>
              <p align="center">union (operator=or)</p></td>
          </tr>
          <tr valign="bottom"> 
            <td> 
              <p align="center">&nbsp;</p>
              <p align="center"><a href="images/v.overlay_not.png" target="_blank"><DEFANGED_IMG src="images/v.overlay_not-small.png" width="207" height="200"></a></p>
              <p align="center">not (operator=not)</p></td>
            <td> 
              <p align="center"><a href="images/v.overlay_xor.png" target="_blank"><DEFANGED_IMG src="images/v.overlay_xor-small.png" width="207" height="200"></a> 
              </p>
              <p align="center">exclusive or (operator=xor)</p></td>
          </tr>
        </table>
        <table border="0" cellspacing="2" cellpadding="0" width="100%" bgcolor="#ffffff">
          <tbody>
          </tbody>
        </table>
 
        <h4>Charting using d.vect.chart</h4>
        <table width="800" border="0">
          <tr valign="bottom"> 
            <td>
<div align="left">
                <h4 align="center"><a href="images/d.vect.chart_pie.png" target="_blank"><DEFANGED_IMG src="images/d.vect.chart_pie-small.png" alt="Pie chart" width="200" height="166"></a></h4>
              </div>
              <p align="center"> Pie charts (default)<br>
              </p></td>
            <td> 
              <p align="center"><a href="images/d.vect.chart_bar.png" target="_blank"><DEFANGED_IMG src="images/d.vect.chart_bar-small.png" alt="Bar chart" width="200" height="166" border="0"></a></p>
              <p align="center">Bar charts (ctype=bar)<br>
              </p></td>
          </tr>
        </table>
        <h4>Network analysis</h4>
        <table width="800" border="0">
          <tr valign="bottom"> 
            <td>
<h4 align="center"><a href="images/v.net.iso.png" target="_blank"><DEFANGED_IMG src="images/v.net.iso-small.png" alt="v.net.iso" width="179" height="200"> 
                </a></h4>
              <p align="center"> Split network into bands using v.net.iso </p></td>
            <td> 
              <p align="center"><a href="images/v.net.alloc.png" target="_blank"><DEFANGED_IMG src="images/v.net.alloc-small.png" alt="v.net.alloc" width="228" height="200"> 
                </a></p>
              <p align="center">Allocate subnets using v.net.alloc</p></td>
            <td> 
              <p align="center"><a href="images/d.path.jpg" target="_blank"><DEFANGED_IMG src="images/d.path-small.jpg" alt="d.path" width="225" height="200" border="0"></a></p>
              <p align="center">Shortest path using d.path</p></td>
          </tr>
        </table>
        <p> 
          <!-- END MAIN PART -->
        </p></td>
 </tr>  
 </tbody> 
</table>

<hr>
   
<div align="right">&copy; 1997-2005 GRASS Development Team<br>
   <a href="../../impressum.html">Imprint</a> |
   <a href="../../contact.php">Comments</a> about this page<br>
   </div>
		    
</body>
</html>

--- NEW FILE: viz.php ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>GRASS GIS: Screenshots - 3D &amp; visualization</title>
  <DEFANGED_meta name="robots" content="index,follow">
  <DEFANGED_meta name="description"
        content="GRASS GIS (Geographic Resources
         Analysis Support System) is an open source, free software
         Geographical Information System (GIS) with raster, topological
         vector, image processing, and visualization functionality">
  <DEFANGED_meta name="keywords"
        content="gis, GIS, GRASS, open source, 
	 free software, Geographical Information System, raster, topology,
         vector, image processing, visualization">
  <DEFANGED_meta name="Author" content="MN/GRASS Development Team">
  <DEFANGED_meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  <DEFANGED_link rel="stylesheet" href="../../sitestyle.css" type="text/css">
</head>
<body>
   <!-- TOP LOGO LINE -->  
<table bgcolor="#ffffff" cellspacing="0" cellpadding="0" border="0" width="650">
 <tbody>
 <tr><td>            
   <table cellspacing="1" cellpadding="0" border="0" width="100%" >
   <tbody>
      <tr bgcolor="#ffffff">
       <td nowrap="nowrap"> <DEFANGED_IMG src="../../images/grasslogo_vector_small.png" alt="GRASS GIS (Geographic Resources Analysis Support System)" hspace="22">
       </td>
       <td nowrap="nowrap">
          <table cellspacing="0" cellpadding="1" border="0" width="50%">
          <tbody>
            <tr bgcolor="#ffffff">
              <td nowrap="nowrap">
               <?php
                  include("title.inc");
               ?> 
              </td>
            </tr>
          </tbody>
          </table>
       </td>
      </tr>
    </tbody>
    </table>
   </td>
  </tr>
 </tbody> 
</table>

<table cellspacing="0" cellpadding="1" border="0" width="100%">
<tbody>
 <tr>
    <td valign="top">
    <?php
        include("../../menu_search.inc");
     ?> 
   </td>
   <td valign="top">
     <?php
       include("../../menu_top.inc");
     ?>
   </td>
 </tr>
 <tr>
  <td valign="top">
     <?php
       include("menu_side.inc");
     ?>
   </td>
  <td valign="top"> <!-- MAIN PART -->

        <h3>GRASS 6 Screenshots - visualization and volumetric 3D</h3>
        <p>Click image to see larger version</p>


        <table width="100%" border="0">
          <tr valign="baseline"> 
            <td valign="bottom"> 
              <div align="center"> 
                <p><font color="#000000"><a href="images/nviz22_big.jpg" target="_blank"><DEFANGED_IMG src="images/nviz22_small.jpg" width="236" height="200" border="0"></a></font></p>
                <p><font color="#000000">NVIZ control panel and display</font></p>
              </div></td>
            <td valign="bottom"> 
              <div align="center"> 
                <p><font color="#000000"><a href="images/nviz_watertower.jpg" target="_blank"><DEFANGED_IMG src="images/nviz_watertower_small.jpg" width="193" height="200" border="0"></a></font></p>
                <p><font color="#000000">image drape over 2.5D surface in NVIZ</font></p>
              </div></td>
          </tr>
          <tr valign="baseline"> 
            <td valign="bottom"> 
              <div align="center"> 
                <p><font color="#000000"><a href="images/nviz_isosurf3d.jpg" target="_blank"><DEFANGED_IMG src="images/nviz_isosurf3d_small.jpg" width="270" height="200" border="0"></a></font></p>
                <p><font color="#000000">3D isosurfaces in NVIZ</font></p>
              </div></td>
            <td valign="bottom"> 
              <div align="center"> 
                <p><font color="#000000"><a href="images/diplo.png" target="_blank"> 
                  <DEFANGED_IMG src="images/diplo-small.png" alt="Diplo" width="159" height="200"></a><a href="images/trees.jpg" target="_blank"><DEFANGED_IMG src="images/trees-small.jpg" alt="Trees" width="163" height="200"></a></font></p>
                <p><font color="#000000">3D vector faces in NVIZ</font></p>
              </div></td>
          </tr>
        </table>
        <table border="0" cellspacing="2" cellpadding="0" width="100%" bgcolor="#ffffff">
          <tbody>
          </tbody>
        </table>
 
        <p>
          <!-- END MAIN PART -->
        </p>
        </td>
 </tr>  
 </tbody> 
</table>

<hr>
   
<div align="right">&copy; 1997-2005 GRASS Development Team<br>
   <a href="../../impressum.html">Imprint</a> |
   <a href="../../contact.php">Comments</a> about this page<br>
   </div>
		    
</body>
</html>





More information about the grass-web mailing list