[GRASS-SVN] r50359 - grass/trunk/gui/wxpython/docs

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jan 21 12:59:04 EST 2012


Author: martinl
Date: 2012-01-21 09:59:04 -0800 (Sat, 21 Jan 2012)
New Revision: 50359

Modified:
   grass/trunk/gui/wxpython/docs/wxGUI.html
   grass/trunk/gui/wxpython/docs/wxGUI_layer_manager.jpg
Log:
wxGUI: update manual (toolbars)


Modified: grass/trunk/gui/wxpython/docs/wxGUI.html
===================================================================
--- grass/trunk/gui/wxpython/docs/wxGUI.html	2012-01-21 16:27:58 UTC (rev 50358)
+++ grass/trunk/gui/wxpython/docs/wxGUI.html	2012-01-21 17:59:04 UTC (rev 50359)
@@ -110,48 +110,14 @@
 <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>
+    <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/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.
+  <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>
-      <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/open.png">&nbsp;
     <em>Open existing workspace file</em></dt>
   <dd>Opens an previously saved workspace file, containing a set of display
@@ -162,6 +128,10 @@
   <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,14 +268,78 @@
     <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>
 
 <h4>Key shortcuts</h4>
@@ -509,9 +543,20 @@
 	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>Histogram tool</em></dt>
-      <dd>Displays histogram of selected raster map or image in new window,
+        <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>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>

Modified: grass/trunk/gui/wxpython/docs/wxGUI_layer_manager.jpg
===================================================================
(Binary files differ)



More information about the grass-commit mailing list