[GRASS-SVN] r33169 - grass/branches/develbranch_6/gui/wxpython/docs

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Aug 30 13:05:44 EDT 2008


Author: martinl
Date: 2008-08-30 13:05:44 -0400 (Sat, 30 Aug 2008)
New Revision: 33169

Modified:
   grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.Vector_Digitizing_Tool.html
   grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.html
Log:
wxGUI manual pages cosmetics


Modified: grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.Vector_Digitizing_Tool.html
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.Vector_Digitizing_Tool.html	2008-08-30 16:33:02 UTC (rev 33168)
+++ grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.Vector_Digitizing_Tool.html	2008-08-30 17:05:44 UTC (rev 33169)
@@ -1,6 +1,6 @@
 <h2>DESCRIPTION</h2>
 
-<i>Vector digitizing tool</i> is
+<b>Vector digitizing tool</b> is
 a <em><a href="wxGUI.html">wxGUI</a></em> component intended for
 interactive editing vector maps
 (see <em><a href="v.edit.html">v.edit</a></em> for non-interactive
@@ -12,8 +12,8 @@
 
 Vector features can be selected using mouse or by query (e.g. minimal
 vector line length). Vector features can be selected by bounding box
-or simply by mouse click (based on "Settings"->"General"->"Select
-threshold" value).
+or simply by mouse click (based on 'Settings->General->Select
+threshold' value).
 
 <p>
 Vector digitizer can be activated from Main toolbar in Map Display by
@@ -44,9 +44,9 @@
 
 <p>
 <i>Added or modified</i> vector features are <i>snapped</i> to
-existing vector features ("Settings"->"General"->"Snapping", nodes or vertices)
-based on "Settings"->"General"->"Snapping threshold" value. To
-disable snapping set up snapping threshold to '0'.
+existing vector features ('Settings->General->Snapping', nodes or vertices)
+based on 'Settings->General->Snapping threshold' value. To
+disable snapping set the snapping threshold to '0'.
 
 <h2>Digitizer toolbar</h2>
 
@@ -104,12 +104,21 @@
   can be modified, new layer/category pairs added or already defined pairs
   removed.</dd>
 
-  <dt><img src="icons/silk/chart_organisation_add.png">&nbsp;Copy categories</dt>
-  <dd>Copy category settings of selected vector feature to other
-  vector features. Layer/category pairs of source vector features are
-  appended to the target feature category settings. Existing
-  layer/category pairs are not removed from category settings of the
-  target features.</dd>
+  <dt><img src="icons/silk/chart_organisation_add.png">&nbsp;Copy categories / Duplicate attributes</dt>
+  <dd><ul>
+      <li>Copy category settings of selected vector feature to other
+	vector features. Layer/category pairs of source vector features are
+	appended to the target feature category settings. Existing
+	layer/category pairs are not removed from category settings of the
+	target features.</li>
+      <li>Duplicate attributes settings of selected vector feature to
+	other vector features. New category(ies) is appended to the
+	target feature category settings and attributes duplicated
+	based on category settings of source vector features. Existing
+	layer/category pairs are not removed from category settings of
+	the target features.</li>
+    </ul>
+  </dd>
 
   <dt><img src="icons/silk/table.png">&nbsp;Display/update attributes</dt>
   <dd>Display attributes of selected vector feature (based on its
@@ -122,8 +131,8 @@
     <ul>
       <li>Copy features from (background) map<br> Make identical copy of
 	selected vector features. If background vector map
-	("Settings"->"General"->"Background map") is given copy
-	features from background vector map, not from currently
+	('Settings->General->Background map') is given copy
+	features from background vector map, not from the currently
 	modified vector map.</li>
       <li>Flip selected lines/boundaries<br> Flip direction of
 	selected linear features (lines or boundaries).</li>

Modified: grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.html
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.html	2008-08-30 16:33:02 UTC (rev 33168)
+++ grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.html	2008-08-30 17:05:44 UTC (rev 33169)
@@ -1,8 +1,12 @@
 <h2>DESCRIPTION</h2>
 
-To start the wxPython-based GUI automatically with each session run
-GRASS with 'wxpython' switch
+<b>wxGUI</b> is a new generation of the GUI for GRASS GIS. It's a successor
+of the <em><a href="gis.m.html">Tcl/Tk GUI</a></em>.
 
+<p>
+To start the wxGUI automatically for each session run GRASS with
+<tt>wxpython</tt> switch
+
 <div class="code"><pre>
     grass -wxpython
 </pre></div>
@@ -35,7 +39,7 @@
 <ul>
   <li><b>Layer Manager</b> which allows users to run different GRASS
   modules from menu, includes map layer management, integrated
-  command-line prompt, and command output window frame.</li>
+  command-line prompt, and command output window tab.</li>
   <li><b>Map Display Window</b> which integrates basic tools for
   zooming, panning, data querying, decorations (north arrows,
   barscale, etc.). The user is allowed to start various map display
@@ -49,7 +53,7 @@
 commands. It includes a set of pull-down menus for all GRASS GIS
 functions (analysis, file I/O, GIS configuration and management), the
 toolbar to manage display map layers, a layer tree frame in which map layers
-to display are organized, command output window frame, and interactive
+to display are organized, command output window tab, and interactive
 command line prompt.
 
 <center>
@@ -58,7 +62,7 @@
 
 The top left button of the toolbar opens a new <em>Map Display
 Window</em>. Each map display has a unique set of layers to display
-and region setting. Other toolbar buttons add layers of different
+and region settings. Other toolbar buttons add layers of different
 types for display in the selected map display window. There are
 additional buttons for saving or opening workspace file, and others.
 
@@ -68,8 +72,7 @@
 north arrow, and grids), and commands (where any GRASS command can be
 written). Layers are displayed in as arranged in the layer tree: the
 bottom layer is displayed first and the top is displayed last, as if
-layers are a series of stacked overlays. Any layer can be renamed by
-double clicking on its name and typing a new name.
+layers are a series of stacked overlays.
 
 <p>
 The check box to the left of each layer makes it active or inactive



More information about the grass-commit mailing list