[GRASS-SVN] r66123 - grass/branches/releasebranch_7_0/gui/wxpython/docs

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Sep 6 05:24:19 PDT 2015


Author: neteler
Date: 2015-09-06 05:24:18 -0700 (Sun, 06 Sep 2015)
New Revision: 66123

Modified:
   grass/branches/releasebranch_7_0/gui/wxpython/docs/wxGUI.html
Log:
wxGUI manual: sync to trunk incl. r66004

Modified: grass/branches/releasebranch_7_0/gui/wxpython/docs/wxGUI.html
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/docs/wxGUI.html	2015-09-06 12:20:42 UTC (rev 66122)
+++ grass/branches/releasebranch_7_0/gui/wxpython/docs/wxGUI.html	2015-09-06 12:24:18 UTC (rev 66123)
@@ -1,55 +1,11 @@
 <!-- meta page description: wxGUI -->
 <h2>DESCRIPTION</h2>
 
-<b>wxGUI</b> is native <em>Graphical User Interface</em> (GUI) for
-GRASS GIS written in <a href="http://www.python.org">Python</a>
-using <a href="http://www.wxpython.org">wxPython</a> library.
+<b>wxGUI</b> is a native <em>Graphical User Interface</em> (GUI) for
+GRASS GIS. Its main features include displaying geographical data
+in 2D and 3D, calling GRASS GIS modules, and interacting with data.
 
-<h3>Starting the graphical user interface</h3>
-If the wxGUI is not the default user interface, it can defined as default by
-typing at the GRASS GIS command line prompt:
 
-<div class="code"><pre>
-g.gui -u wxpython
-</pre></div>
-
-Alternatively it may be defined in GISRC file
-(<tt>$HOME/.grass7/rc</tt> on GNU/Linux, <tt>$APPDATA\GRASS7\rc</tt>
-on MS Windows) by <tt>GUI</tt> variable
-
-<div class="code"><pre>
-GUI: wxpython
-</pre></div>
-
-or by the environmental variable <tt>GRASS_GUI</tt>.
-<p>
-The GUI can be quit by selecting the 'File -> Exit GUI' menu item.
-<!-- is → allowed? -->
-On MS Windows when GRASS is launched without an interactive command line
-this will end the entire GRASS session. In other cases the terminal
-window will remain running; type <tt>exit</tt> at the command prompt
-to end the GRASS session.
-<p>
-The GUI can be restarted from the GRASS command line prompt by typing
-
-<div class="code"><pre>
-g.gui wxpython
-</pre></div>
-
-To restart with previously saved workspace file:
-
-<div class="code"><pre>
-g.gui wxpython workspace=file.gxw
-</pre></div>
-
-<p>
-The user can also start GRASS from the shell command line with the wxGUI
-specifying the <tt>-gui</tt> (or <tt>-wxpython</tt>) switch:
-
-<div class="code"><pre>
-grass70 -gui
-</pre></div>
-
 <h3>Overview</h3>
 The GUI is composed of <em>two</em> main components:
 
@@ -412,7 +368,14 @@
   <dt><img src="icons/pointer.png" alt="icon"> 
     <em>Pointer</em></dt>
   <dd>Select arrow cursor for map display.</dd>
-  
+
+  <dt><img src="icons/select.png" alt="icon"> 
+    <em>Select features from vector map</em></dt>
+  <dd>Interactively select features from given vector map. Selection
+  can be stored to a new vector map,
+  see <em><a href="v.what.html">v.what</a></em>
+  and <em><a href="v.extract.html">v.extract</a></em>.</dd>
+
   <dt><img src="icons/info.png" alt="icon"> 
     <em>Query raster/vector maps</em></dt>
     <dd>Query selected raster, RGB raster (all three map channels will be
@@ -660,6 +623,67 @@
   <dd>Fullscreen mode (toggle on/off)</dd>
 </dl>
 
+
+<h3>Starting the graphical user interface</h3>
+
+If the wxGUI is not the default user interface, it can defined as default by
+typing at the GRASS GIS command line prompt:
+
+<div class="code"><pre>
+g.gui -u wxpython
+</pre></div>
+
+Alternatively it may be defined in GISRC file
+(<tt>$HOME/.grass7/rc</tt> on GNU/Linux, <tt>$APPDATA\GRASS7\rc</tt>
+on MS Windows) by <tt>GUI</tt> variable
+
+<div class="code"><pre>
+GUI: wxpython
+</pre></div>
+
+or by the environmental variable <tt>GRASS_GUI</tt>.
+<p>
+The GUI can be quit by selecting the 'File -> Exit GUI' menu item.
+<!-- is → allowed? -->
+On MS Windows when GRASS is launched without an interactive command line
+this will end the entire GRASS session. In other cases the terminal
+window will remain running; type <tt>exit</tt> at the command prompt
+to end the GRASS session.
+<p>
+The GUI can be restarted from the GRASS command line prompt by typing
+
+<div class="code"><pre>
+g.gui
+</pre></div>
+
+or
+
+<div class="code"><pre>
+g.gui wxpython
+</pre></div>
+
+To restart with previously saved workspace file:
+
+<div class="code"><pre>
+g.gui wxpython workspace=file.gxw
+</pre></div>
+
+<p>
+The user can also start GRASS from the shell command line with the wxGUI
+specifying the <tt>-gui</tt> (or <tt>-wxpython</tt>) switch:
+
+<div class="code"><pre>
+grass71 -gui
+</pre></div>
+
+
+<h3>Background information</h3>
+
+<b>wxGUI</b> is a native <em>Graphical User Interface</em> (GUI) for
+GRASS GIS written in <a href="http://www.python.org">Python</a>
+using <a href="http://www.wxpython.org">wxPython</a> library.
+
+
 <h2>SEE ALSO</h2>
 
 <em>
@@ -682,10 +706,11 @@
 Daniel Calvelo Aros<br>
 Jachym Cepicky<br>
 Markus Metz, Germany<br>
-Anna Kratochvilova, Czech Technical University in Prague, Czech Republic<br>
-Vaclav Petras, Czech Technical University in Prague, Czech Republic<br>
-Stepan Turek, Czech Technical University in Prague, Czech Republic<br>
-Tereza Fiedlerova, Czech Technical University in Prague, Czech Republic<br><br>
+Anna Kratochvilova, OSGeoREL, Czech Technical University in Prague, Czech Republic<br>
+Vaclav Petras, OSGeoREL, Czech Technical University in Prague, Czech Republic<br>
+Stepan Turek, OSGeoREL, Czech Technical University in Prague, Czech Republic<br>
+Tereza Fiedlerova, OSGeoREL, Czech Technical University in Prague, Czech Republic<br>
+Matej Krejci, OSGeoREL, Czech Technical University in Prague, Czech Republic<br><br>
 
 Icons created by <a href="http://robert.szczepanek.pl">Robert Szczepanek</a>, Poland (<a href="https://svn.osgeo.org/osgeo/graphics/trunk/toolbar-icons/24x24/">SVN</a>)
 



More information about the grass-commit mailing list