[GRASS-SVN] r30036 - in grass/trunk/gui/wxpython: . docs

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Feb 9 16:09:13 EST 2008


Author: martinl
Date: 2008-02-09 16:09:13 -0500 (Sat, 09 Feb 2008)
New Revision: 30036

Added:
   grass/trunk/gui/wxpython/docs/
   grass/trunk/gui/wxpython/docs/Makefile
   grass/trunk/gui/wxpython/docs/wxGUI.Digitization_Tool.html
   grass/trunk/gui/wxpython/docs/wxGUI.html
   grass/trunk/gui/wxpython/docs/wxGUI.layer_manager.png
   grass/trunk/gui/wxpython/docs/wxGUI.map_display.png
Log:
Initial version of manual pages for wxGUI added


Property changes on: grass/trunk/gui/wxpython/docs
___________________________________________________________________
Name: svn:ignore
   + *.tmp.html


Added: grass/trunk/gui/wxpython/docs/Makefile
===================================================================
--- grass/trunk/gui/wxpython/docs/Makefile	                        (rev 0)
+++ grass/trunk/gui/wxpython/docs/Makefile	2008-02-09 21:09:13 UTC (rev 30036)
@@ -0,0 +1,10 @@
+MODULE_TOPDIR = ../../..
+
+FILES = wxGUI wxGUI.Digitization_Tool
+
+include $(MODULE_TOPDIR)/include/Make/Platform.make
+include $(MODULE_TOPDIR)/include/Make/Grass.make
+include $(MODULE_TOPDIR)/include/Make/Rules.make
+
+default:
+	for file in $(FILES) ; do $(MAKE) htmldir PGM=$$file; done

Added: grass/trunk/gui/wxpython/docs/wxGUI.Digitization_Tool.html
===================================================================
--- grass/trunk/gui/wxpython/docs/wxGUI.Digitization_Tool.html	                        (rev 0)
+++ grass/trunk/gui/wxpython/docs/wxGUI.Digitization_Tool.html	2008-02-09 21:09:13 UTC (rev 30036)
@@ -0,0 +1,17 @@
+<h2>DESCRIPTION</h2>
+
+Add description here.
+
+<h2>SEE ALSO</h2>
+
+<em>
+<a href="v.digit.html">v.digit</a>,
+<a href="v.edit.html">v.edit</a>
+</em>
+
+<h2>AUTHORS</h2>
+
+Martin Landa, Czech Technical University in Prague, Czech Republic
+
+<p>
+<i>$Date$</i>


Property changes on: grass/trunk/gui/wxpython/docs/wxGUI.Digitization_Tool.html
___________________________________________________________________
Name: svn:mime-type
   + text/html
Name: svn:keywords
   + Author Date Id
Name: svn:eol-style
   + native

Added: grass/trunk/gui/wxpython/docs/wxGUI.html
===================================================================
--- grass/trunk/gui/wxpython/docs/wxGUI.html	                        (rev 0)
+++ grass/trunk/gui/wxpython/docs/wxGUI.html	2008-02-09 21:09:13 UTC (rev 30036)
@@ -0,0 +1,126 @@
+<h2>DESCRIPTION</h2>
+
+To start the wxPython-based GUI automatically with each session run
+GRASS with 'wx' switch
+
+<div class="code"><pre>
+    grass -wx
+</pre></div>
+
+or define in your <tt>.grassrc</tt> file 'GRASS_GUI' variable
+
+<div class="code"><pre>
+    GRASS_GUI: wx
+</pre></div>
+
+The GUI can be quit by selecting the 'File->Exit' menu item. The GUI
+can be restarted from the GRASS command line prompt by
+typing <em>wxgrass</em>.
+
+<p>
+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>
+  <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
+  instances during one session. The Layer Manager registers Map
+  Display Windows using different tabs.</li>
+</ul>
+
+<h3>Layer Manager</h3>
+
+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
+command line prompt.
+
+<center>
+<br><img src="wxGUI.layer_manager.png" border="1"><br><br>
+</center>
+
+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
+types for display in the selected map display window. There are
+additional buttons for saving or opening workspace file, and others.
+
+<p>
+Map layers are listed in the window frame below the toolbar. Layers can
+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.
+
+<p>
+The check box to the left of each layer makes it active or inactive
+for display. Only active layers are displayed/redisplayed when the
+display button is pressed. Layers can be organized into groups; entire
+groups can be activated or deactivated for display. Layer tree
+composition can be saved to a workspace file and opened in subsequent
+sessions, restoring all layers and their display options.
+
+
+<h3>Map Display Window</h3>
+
+This component includes toolbar area (set of toolbars), map canvas
+where a map composition is displayed, and the statusbar.
+
+<center>
+  <br><img src="wxGUI.map_display.png" alt="Layer Manager"/><br><br>
+</center>
+
+Each Map Display Window has a unique layer tree and region
+setting. The window contains a toolbar with buttons to manage the map
+in the display (zoom and pan), providing tools for query and distance
+measurement, and exporting or printing the display.
+
+<p>
+In the statusbar can be displayed the geographic coordinates under the
+cursor, current geographical region extent, computational region
+(including graphical visualization in map display), map display
+geometry (number of rows, columns, resolution) and map scale.
+
+<p>
+It is important to note that zooming in any display will
+have <em>no</em> effect on the 'computational region' setting (set
+with <em><a href="g.region.html">g.region</a></em>). Only by selecting
+the 'Set current region to match display' item in the zoom menu (in
+the map display toolbar) will the current display extents be copied to
+the computational region extents.
+
+<h2>SEE ALSO</h2>
+
+<em>
+<a href="wxGUI.Digitization_Tool.html">Digitization tool</a>
+</em>
+
+<p>
+<em>
+<a href="http://grass.gdf-hannover.de/wiki/WxPython-based_GUI_for_GRASS">Wiki page</a>
+</em>
+
+<p>
+<em>
+<a href="gis.m.html">TCL/TK-based GIS Manager</a>,
+<a href="d.m.html">TCL/TK-based Display Manager</a>
+</em>
+
+<h2>AUTHORS</h2>
+
+(Alphabetically ordered)<br><br>
+
+Michael Barton,<br>
+Daniel Cavelo,<br>
+Jachym Cepicky,<br>
+Martin Landa, FBK-irst, Trento, Italy
+
+<p>
+<i>$Date$</i>


Property changes on: grass/trunk/gui/wxpython/docs/wxGUI.html
___________________________________________________________________
Name: svn:mime-type
   + text/html
Name: svn:keywords
   + Author Date Id
Name: svn:eol-style
   + native

Added: grass/trunk/gui/wxpython/docs/wxGUI.layer_manager.png
===================================================================
(Binary files differ)


Property changes on: grass/trunk/gui/wxpython/docs/wxGUI.layer_manager.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: grass/trunk/gui/wxpython/docs/wxGUI.map_display.png
===================================================================
(Binary files differ)


Property changes on: grass/trunk/gui/wxpython/docs/wxGUI.map_display.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream



More information about the grass-commit mailing list