[GRASS-SVN] r52788 - grass-addons/grass7/gui/wxpython/wx.vnet

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Aug 20 09:22:23 PDT 2012


Author: turek
Date: 2012-08-20 09:22:22 -0700 (Mon, 20 Aug 2012)
New Revision: 52788

Modified:
   grass-addons/grass7/gui/wxpython/wx.vnet/wxGUI.VNet.html
Log:
vnet: Manual cosmetics

Modified: grass-addons/grass7/gui/wxpython/wx.vnet/wxGUI.VNet.html
===================================================================
--- grass-addons/grass7/gui/wxpython/wx.vnet/wxGUI.VNet.html	2012-08-20 16:19:18 UTC (rev 52787)
+++ grass-addons/grass7/gui/wxpython/wx.vnet/wxGUI.VNet.html	2012-08-20 16:22:22 UTC (rev 52788)
@@ -33,8 +33,6 @@
     <li> Allocate subnets for nearest centers
     (<em><a href="v.net.alloc.html">v.net.alloc</a></em>)</li>
     <li> Steiner tree for the network and given terminals
-    (<em><a href="v.net.steiner.html">v.net.steiner</a></em>)</li>
-    <li> Find shortest distance via the network
     (<em><a href="v.net.distance.html">v.net.distance</a></em>)</li>
     <li> Splits net by cost isolines
     (<em><a href="v.net.iso.html">v.net.iso</a></em>)</li>
@@ -53,12 +51,12 @@
 <ul>
   <li> <tt>Parameters</tt> tab - It is used for setting vector map and
   it's layer on which analysis will be done. Also it is possible to
-  set cost values from attribute table connected to particular
-  layer.</li>
+  set columns with cost values from attribute table connected 
+  to particular layer.</li>
   <li> <tt>Points</tt> tab - It manages points, which are used for
   analysis.</li>
-  <li> <tt>Output</tt> tab - There is output console, which shows
-  report during analysis. </li>
+  <li> <tt>Output</tt> tab - There is a output console, which shows
+  information about running analysis. </li>
   <li> <tt>Input tables</tt> tab - When existing vector map and it's
   existing layers are set in <tt>Parameters</tt> tab, this tab is
   dynamically added. It shows attribute tables of node and arc layers,
@@ -78,7 +76,8 @@
 <h2>KNOWN ISSUES</h2>
 
 When some change is done in layer tree of Map Display, temporary
-vector map representing result of analysis is not rendered anymore.
+vector map representing result of analysis is not rendered 
+(use <tt>Show result</tt> button in toolbar to render it again).
 
 <h2>SEE ALSO</h2>
 



More information about the grass-commit mailing list