This module is deprecated. See d.site.labels

NAME

d.sites.label - Labels sites using a string or double attribute value or the category value on the current graphics monitor.
(GRASS Display Program)

SYNOPSIS

d.sites.label
d.sites.label sitefile=name [attr=string|cat|double|coords|dim] [index=number] [anchor=c|n|s|e|w|ne|nw|se|sw] [color=colorname] [font=fontname] [width=number] [height=number]

DESCRIPTION

d.sites.label displays labels for a GRASS site_lists on the current graphics monitor. Labels can be chosen from the category value, a double attribute or a string attribute, the coordinates, or a dimension. The default uses the first string attribute. The index is a number greater than zero for the attribute to use as a label. The user may select the position, color and sizing of the labels. Labels are only drawn within the current region.

This program can be run non-interactively or interactively. If the user gives the name of a GRASS site_lists and (optionally) any other parameters, the command will be run non-interactively. Any parameter left unspecified will be set to its default value (see below). Alternatively, the user can type d.sites.label at the command line and be prompted for the parameter values using the standard GRASS parser interface.

Parameters:

sitefile=name
Name of a GRASS site_lists map in the user's current mapset search path.
attr=string|cat|double|coords|dim
Type of attribute to use for the label.
Default: string
index=number
Index number to the attribute. For instance, 3 would request values from the third attribute column. This option is ignored if the attr option is set to cat or coords.
Default: 1
anchor=c|n|s|e|w|ne|nw|se|sw
Where to place the label in relation to the site point.
Default: c (Center)
color=colorname
The GRASS colorname to use for the label text.
Options: red, orange, yellow, green, blue, indigo, violet, magenta, brown, gray, white or black
Default: green
font=fontname
The GRASS fontname to use for the label.
Options: cyrilc, gothgbt, gothgrt, gothitt, greekc, greekcs, greekp, greeks, italicc, italiccs, italict, romanc, romancs, romand, romans, romant, scriptc or scripts
Default: romanp
width=number
The width of letters in pixels.
Default: 10
height=number
The height of letters in pixels.
Default: 10

SEE ALSO

d.display
d.icons
d.sites
d.site.labels
d.points
d.rast
d.vect
g.region
parser

AUTHOR

Eric G. Miller, Unknown others

$Id$

Last changed: $Date$