DESCRIPTION
Display manager d.m may be started by typing "d.m &" in GRASS shell.
Mouse-over help ist available for most of the buttons!
d.dm is quit by 'Exit' button in the 'File' menu.
BUTTON FUNCTIONS
Display selected layers (current region)
is used to display all selected maps at current resolution and region extend. A
monitor will be started automatically if not already open.
Display selected layers (default region)
resets region to full default region and displays all selected maps.
Zoom
Zoom function is used for zooming in the current active monitor.
As in the module d.zoom a mouse-button menu will appear directing the user.
Display from saved region settings
is used to display all selected maps at a saved region (see g.region -help).
Query Map (select map first)
Query Map button is used to query selected map. A map has to be
selected before query.
The display mode can be toggled between text (txt) and
graphical user interface (gui, default):
g.gisenv set=DM_FORM_MODE=txt or
g.gisenv set=DM_FORM_MODE=gui
Add Group
creates an empty map group. User can rename the group by
double click on group name and retyping text. Further group may be added by
pressing the 'Create New Group' button again . Existing groups may be
selected by single click on group name. Selected group may be removed pressing
'Cut selection' button.
Add Raster
is used to add a new raster map. An existing raster map may be
selected by single click on raster name. User can rename the raster map
by double click on raster map name and retyping text. Further raster map
may be added pressing the 'Create new raster' button again. Selected raster map
may be removed pressing 'Cut selection' button.
Add Vector
is used to add a new vector map. An existing vector map may be
selected by single click on vector name. User can rename the vector map
by double click on vector name and retyping text. Further vector map may be
added pressing the 'Create new vector' button again. Selected vector map
may be removed pressing 'Cut selection' button.
Add paint labels (from directory paint/labels)
is used to add paint labels (see v.label) to maps.
Create New Command
is used to add GRASS GIS command or command list. An existing command may be
selected by single click on command name. User can rename the command
by double click on command name and retyping text. Further command may be
added pressing the 'Create new command' button again. Selected commands
may be removed pressing 'Cut selection' button. For a command list use pipe
"|" as separator.
E.g.: d.rast soils | d.rast -o roads | d.vect streams col=blue
Digitize vector map (select or create new vector first)
starts the module v.digit to digitize in existing vector map. You have to create or select a
vector map first (see v.digit).
Cut Selection
is used to delete selected groups, maps or commands.
Create a new d.m settings file (erase current settings first)
creates a new settings file for your project.
Open an existing File
opens an existing d.m setting file (.dm or .dmrc) with defined project settings.
Save d.m settings File
saves a created d.m setting for the current project with e.g.
selected maps with its definded colors,
SQL commands or display order. The ascii file (.dm or .dmrc) can be edited outside
GRASS session.
Print map
allows to print displayed maps. Currently supported formats are Postscript, PDF and PNG.
SEE ALSO
d.mon,
v.digit,
v.label
AUTHOR
Radim Blazek, ITC-Irst, Trento, Italy
Last changed: $Date: 2005/01/11 10:13:42 $
Help Index