ソースを参照

wxGUI manual pages cosmetics
(merge from devbr6, https://trac.osgeo.org/grass/changeset/33169)


git-svn-id: https://svn.osgeo.org/grass/grass/trunk@33170 15284696-431f-4ddb-bdfa-cd5b030d7da7

Martin Landa 17 年 前
コミット
828f91d432

+ 23 - 14
gui/wxpython/docs/wxGUI.Vector_Digitizing_Tool.html

@@ -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 @@ boundaries) can be edited.
 
 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 @@ will writes only features which are 'alive'.
 
 <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 @@ disable snapping set up snapping threshold to '0'.
   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 @@ disable snapping set up snapping threshold to '0'.
     <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>

+ 10 - 7
gui/wxpython/docs/wxGUI.html

@@ -1,7 +1,11 @@
 <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
@@ -35,7 +39,7 @@ The GUI is composed by <em>two</em> main components:
 <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 @@ The <em>Layer Manager</em> provides an interactive graphical interface to GRASS
 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 @@ command line prompt.
 
 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 @@ include raster and vector maps, text, map decorations (scale and
 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