Explorar el Código

wxGUI: update manual (toolbars)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@50359 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa hace 13 años
padre
commit
8a05101339
Se han modificado 2 ficheros con 90 adiciones y 45 borrados
  1. 90 45
      gui/wxpython/docs/wxGUI.html
  2. BIN
      gui/wxpython/docs/wxGUI_layer_manager.jpg

+ 90 - 45
gui/wxpython/docs/wxGUI.html

@@ -110,47 +110,13 @@ d.vect, or d.grid, for example).
 <dl>
 
   <dt><img src="icons/monitor-create.png">&nbsp;
-    <em>Start new display / create new workspace</em></dt>
-  <dd>Opens a new map display and creates empty layer tree tab in Layer
-    Manager or creates new workspace for the current layer tree.
-
-    <dl>
-      <dt><img src="icons/monitor-create.png">&nbsp;
-	<em>Start new map display</em></dt>
-      <dd>Opens a new map display and creates empty layer tree tab in Layer Manager.</dd>
-      <dt><img src="icons/create.png">&nbsp;
-	<em>Create new workspace</em></dt>
-      <dd>Removes all layers from the layer tree and creates a new, empty tree
-	where new layers can be added.</dd>
-    </dl>
-  </dd>
-  
-  <dt><img src="icons/layer-open.png">&nbsp;
-    <em>Load / import map layers into workspace</em></dt>
-  <dd>Loads or imports selected raster or vector maps into current layer tree.
+    <em>Start new map display</em></dt>
+  <dd>Opens a new map display and creates empty layer tree tab in Layer Manager.</dd>
   
-    <dl>
-      <dt><img src="icons/layer-open.png">&nbsp;
-	<em>Load map layers into workspace</em></dt>
-      <dd>Loads selected raster or vector maps into current layer tree.</dd>
-      
-      <dt><img src="icons/layer-import.png">&nbsp;
-	<em>Import raster data</em></dt>
-      <dd>Import selected raster data into GRASS and load them into current layer tree.</dd>
-      
-      <dt><img src="icons/layer-import.png">&nbsp;
-	<em>Import vector data</em></dt>
-      <dd>Import selected vector data into GRASS and load them into current layer tree.</dd>
-      
-      <dt><img src="icons/layer-import.png">&nbsp;
-	<em>Link external raster data</em></dt>
-      <dd>Link selected external raster data as GRASS raster maps and load them into current layer tree.</dd>
-      
-      <dt><img src="icons/layer-import.png">&nbsp;
-	<em>Link external vector data</em></dt>
-      <dd>Link selected external vector data as GRASS vector maps and load them into current layer tree.</dd>
-    </dl>
-  </dd>
+  <dt><img src="icons/create.png">&nbsp;
+    <em>Create new workspace</em></dt>
+  <dd>Removes all layers from the layer tree and creates a new, empty tree
+    where new layers can be added.</dd>
   
   <dt><img src="icons/open.png">&nbsp;
     <em>Open existing workspace file</em></dt>
@@ -162,6 +128,10 @@ d.vect, or d.grid, for example).
   <dd>Saves current set of layers and their options to a workspace
     file.</dd>
   
+  <dt><img src="icons/layer-open.png">&nbsp;
+    <em>Load map layers into workspace</em></dt>
+  <dd>Loads selected raster or vector maps into current layer tree.</dd>
+
   <dt><img src="icons/layer-raster-add.png">&nbsp;
     <em>Add raster map layer</em></dt>
   <dd>Adds raster map to layer tree, see <em><a href="d.rast.html">d.rast</a></em>.
@@ -298,13 +268,77 @@ d.text text=Population\ density
     <em>Show attribute table</em></dt>
   <dd>Opens <em><a href="wxGUI.Attribute_Table_Manager.html">attribute table manager</a></em> for selected vector map.</dd>
   
+  <dt><img src="icons/layer-open.png">&nbsp;
+    <em>Import raster or vector data</em></dt>
+  <dd>
+    <dl>
+      <dt><img src="icons/layer-import.png">&nbsp;
+	<em>Import raster data</em></dt>
+      <dd>Import selected raster data into GRASS
+      using <em><a href="r.in.gdal.html">r.in.gdal</a></em> and load
+      them into current layer tree.</dd>
+      
+      <dt><img src="icons/layer-import.png">&nbsp;
+	<em>Link external raster data</em></dt>
+      <dd>Link selected external raster data as GRASS raster maps
+      (using <em><a href="r.external.html">r.external</a></em>) and
+      load them into current layer tree.</dd>
+
+      <dt><img src="icons/layer-export.png">&nbsp;
+	<em>Set raster output format</em></dt>
+      <dd>Define external format for newly created raster maps
+      (see <em><a href="r.external.out.html">r.external.out</a></em>
+      for details)</dd>
+      
+      <dt><img src="icons/layer-import.png">&nbsp;
+	<em>Import vector data</em></dt>
+      <dd>Import selected vector data into GRASS
+      using <em><a href="v.in.ogr.html">v.in.ogr</a></em> and load
+      them into current layer tree.</dd>
+
+      <dt><img src="icons/layer-import.png">&nbsp;
+	<em>Link external vector data</em></dt>
+      <dd>Link selected external vector data as GRASS vector maps
+      (using <em><a href="v.external.html">v.external</a></em>) and
+      load them into current layer tree.</dd>
+
+      <dt><img src="icons/layer-export.png">&nbsp;
+	<em>Set vector output format</em></dt>
+      <dd>Define external format for newly created vector maps
+      (see <em><a href="v.external.out.html">v.external.out</a></em>
+      for details)</dd>
+    </dl>
+</dd>
+
+  <dt><img src="icons/calculator.png">&nbsp;
+    <em>Raster Map Calculator</em></dt>
+  <dd>Launches Raster Calculator GUI front-end
+  for <em><a href="r.mapcalc.html">r.mapcalc</a></em>.</dd>
+
   <dt><img src="icons/modeler-main.png">&nbsp;
-    <em>Start Graphical Modeler</em></dt>
-  <dd>Opens <em><a href="wxGUI.Modeler.html">graphical modeler</a></em> to create models and run them.</dd>
+    <em>Graphical Modeler</em></dt>
+  <dd>Launches <em><a href="wxGUI.Modeler.html">graphical
+  modeler</a></em> to create models and run them.</dd>
+
+  <dt><img src="icons/georectify.png">&nbsp;
+    <em>Georectifier Tool</em></dt>
+  <dd>Launches <em><a href="wxGUI.GCP_Manager.html">GCP
+    Manager</a></em> to create, edit, and manage Ground Control
+    Points.</dd>
+
+  <dt><img src="icons/print-compose.png">&nbsp;
+    <em>Cartographic Composer</em></dt>
+  <dd>Launches <em><a href="wxGUI.PsMap.html">Cartographic
+    Composer</a></em> to create interactively hardcopy map
+    outputs.</dd>
   
   <dt><img src="icons/settings.png">&nbsp;
     <em>Show GUI settings</em></dt>
-  <dd>Opens dialog to change GUI preferences.</dd>
+  <dd>Opens dialog to change GUI settings.</dd>
+
+  <dt><img src="icons/help.png">&nbsp;
+    <em>Show help</em></dt>
+  <dd>Opens GRASS manual.</dd>
 
 </dl>
 
@@ -509,9 +543,20 @@ the computational region extents.
 	displayed map or a different map. Up to three maps can be profiled 
 	simultaneously.</dd>
 
+      <dt><img src="icons/layer-raster-profile.png">&nbsp;
+        <em>Bivariate scatterplot</em></dt>
+      <dd>Interactively create pbivariate scatterplot of raster
+      maps.</dd>
+
+      <dt><img src="icons/layer-raster-histogram.png">&nbsp;
+        <em>Histogrammig tool</em></dt>
+      <dd>Displays histogram of selected raster map or image in new
+      window.</dd>
+
       <dt><img src="icons/layer-raster-histogram.png">&nbsp;
-        <em>Histogram tool</em></dt>
-      <dd>Displays histogram of selected raster map or image in new window,
+        <em>Histogramming tool (d.histogram)</em></dt>
+      <dd>Displays histogram of selected raster map or image in new
+        window,
         see <em><a href="d.histogram.html">d.histogram</a></em>.</dd>
     </dl>
   </dd>

BIN
gui/wxpython/docs/wxGUI_layer_manager.jpg