[GRASS-SVN] r46059 - grass-addons/gui/wxpython/wx.psmap/docs
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Apr 21 04:21:40 EDT 2011
Author: martinl
Date: 2011-04-21 01:21:40 -0700 (Thu, 21 Apr 2011)
New Revision: 46059
Modified:
grass-addons/gui/wxpython/wx.psmap/docs/wxGUI.PsMap.html
Log:
wx.psmap/docs: fix icons path
Modified: grass-addons/gui/wxpython/wx.psmap/docs/wxGUI.PsMap.html
===================================================================
--- grass-addons/gui/wxpython/wx.psmap/docs/wxGUI.PsMap.html 2011-04-21 08:07:10 UTC (rev 46058)
+++ grass-addons/gui/wxpython/wx.psmap/docs/wxGUI.PsMap.html 2011-04-21 08:21:40 UTC (rev 46059)
@@ -4,15 +4,15 @@
development.</em>
<p>
-<b>Hardcopy Map Utility</b> also called wx.psmap is
+<b>wxGUI Hardcopy Map Utility</b> also called <em>wx.psmap</em> is
a <em><a href="wxGUI.html">wxGUI</a></em> extension which allows the
user to create interactively hardcopy map outputs. This tool
generates <em><a href="ps.map.html">ps.map</a></em> configuration file
and then runs <em><a href="ps.map.html">ps.map</a></em> to create
PostScript output. There are two modes - <em>Draft mode</em> for map
-composing and <em>Preview mode</em> to see how the result will look like. In draft
-mode map features (like legend or scalebar) are represented by a
-colored rectangle with a label.</p>
+composing and <em>Preview mode</em> to see how the result will look
+like. In draft mode map features (like legend or scalebar) are
+represented by a colored rectangle with a label.</p>
<p>
Possible output files:</p>
@@ -48,50 +48,50 @@
<h3>HARDCOPY MAP UTILITY TOOLBAR</h3>
<dl>
- <dt><img src="icons/grass/script-save.png">
+ <dt><img src="icons/script-save.png">
<em>Generate instructions file</em></dt>
<dd>Generates and saves text file with mapping instructions.</dd>
- <dt><img src="icons/grass/script-load.png">
+ <dt><img src="icons/script-load.png">
<em>Load instructions file</em></dt>
<dd>Load text file with mapping instructions.</dd>
- <dt><img src="icons/grass/page-settings.png">
+ <dt><img src="icons/page-settings.png">
<em>Page setup</em></dt>
<dd>Specify paper size, margins and orientation.</dd>
- <dt><img src="icons/grass/pointer.png">
+ <dt><img src="icons/pointer.png">
<em>Pointer</em></dt>
<dd>Select object on the paper by clicking, drag the cursor while pressing the left mouse button to move it or resize object (currently only map frame) by clicking on a small black box in its bottom right corner. Double click to show object properties dialog</dd>
- <dt><img src="icons/grass/pan.png">
+ <dt><img src="icons/pan.png">
<em>Pan</em></dt>
<dd>Drag the pan cursor while pressing the left mouse button to move your view. </dd>
- <dt><img src="icons/grass/zoom-in.png">
+ <dt><img src="icons/zoom-in.png">
<em>Zoom in</em></dt>
<dd>Interactive zooming with the mouse in both draft and preview mode. Drawing a box or just a left click with the mouse and zoom-in cursor causes the display to zoom in so that the area defined by the box fills the display.</dd>
- <dt><img src="icons/grass/zoom-out.png">
+ <dt><img src="icons/zoom-out.png">
<em>Zoom out</em></dt>
<dd>Interactive zooming with the mouse in both draft and preview mode. Drawing a box or just a left click with the mouse and zoom-out cursor causes the display to zoom out so that the area displayed shrinks to fill the area defined by the box.</dd>
- <dt><img src="icons/grass/zoom-extent.png">
+ <dt><img src="icons/zoom-extent.png">
<em>Zoom to page</em></dt>
<dd>Zoom to display the entire page </dd>
- <dt><img src="icons/grass/layer-add.png">
+ <dt><img src="icons/layer-add.png">
<em>Map frame</em></dt>
<dd>Click and drag to place map frame. If map frame is already drawn, open a dialog to set its properties. </dd>
- <dt><img src="icons/grass/layer-raster-add.png">
+ <dt><img src="icons/layer-raster-add.png">
<em>Raster map</em></dt>
<dd>Shows a dialog to add or change the raster map.</dd>
- <dt><img src="icons/grass/layer-vector-add.png">
+ <dt><img src="icons/layer-vector-add.png">
<em>Vector map</em></dt>
<dd>Shows a dialog to add or change current vector maps and their properties:
<dl>
@@ -111,9 +111,7 @@
<dt><em>Colors</em></dt>
<dd>Color settings:
-
-
-
+
<dl>
<dt><em>Outline</em></dt>
<dd> Select outline color and width in points. In case of lines, outline means highlighting.</dd>
@@ -125,7 +123,6 @@
<dd>
Sets size, style, symbols, pattern; depends on data type:
-
<dl>
<dt><em>Symbology</em></dt>
<dd> Available for point data. Choose symbol or EPS file to draw points with.</dd>
@@ -147,37 +144,37 @@
</dd>
- <dt><img src="icons/grass/overlay-add.png">
+ <dt><img src="icons/overlay-add.png">
<em>Add map elements</em></dt>
<dd>Add map elements: legend, scalebar, map info, text
<dl>
- <dt><img src="icons/grass/legend-add.png">
+ <dt><img src="icons/legend-add.png">
<em>Add legend</em></dt>
<dd>Add raster or vector legend or edit their properties.</dd>
- <dt><img src="icons/grass/map-info.png">
+ <dt><img src="icons/map-info.png">
<em>Add map info</em></dt>
<dd>Add information about region, grid and scale or edit map info properties.</dd>
- <dt><img src="icons/grass/scalebar-add.png">
+ <dt><img src="icons/scalebar-add.png">
<em>Add scalebar</em></dt>
<dd>Add scalebar or edit its properties.</dd>
- <dt><img src="icons/grass/text-add.png">
+ <dt><img src="icons/text-add.png">
<em>Add text</em></dt>
<dd>Add text label.</dd>
</dl>
</dd>
- <dt><img src="icons/grass/layer-remove.png">
+ <dt><img src="icons/layer-remove.png">
<em>Remove selected element</em></dt>
<dd>Select an object and remove it. Pressing Delete key does the same. </dd>
- <dt><img src="icons/grass/execute.png">
+ <dt><img src="icons/execute.png">
<em>Show preview</em></dt>
<dd> Generates output and switches to Preview mode to see the result. Be patient, it can take a while.</dd>
- <dt><img src="icons/grass/ps-export.png">
+ <dt><img src="icons/ps-export.png">
<em>Generate hardcopy map output in PS</em></dt>
<dd> Generates hardcopy map output in PostScript/EPS file.</dd>
- <dt><img src="icons/grass/pdf-export.png">
+ <dt><img src="icons/pdf-export.png">
<em>Generate hardcopy map output in PDF</em></dt>
<dd> Generates hardcopy map output in PDF using ps2pdf.</dd>
More information about the grass-commit
mailing list