1d.vect(1)                   GRASS GIS User's Manual                  d.vect(1)
2
3
4

NAME

6       d.vect   -  Displays  user-specified  vector map in the active graphics
7       frame.
8

KEYWORDS

10       display, graphics, vector, level1
11

SYNOPSIS

13       d.vect
14       d.vect --help
15       d.vect [-cirs]  map=name   [layer=string]   display=string[,string,...]
16       [type=string[,string,...]]        [cats=range]        [where=sql_query]
17       [color=name]   [fill_color=name]    [rgb_column=name]    [zcolor=style]
18       [width=integer]         [width_column=name]         [width_scale=float]
19       [icon=string]    [size=float]     [size_column=name]     [rotation_col‐
20       umn=name]     [icon_area=string]     [icon_line=string]     [legend_la‐
21       bel=string]    [label_layer=string]    [attribute_column=name]     [la‐
22       bel_color=name]     [label_bgcolor=name]    [label_bcolor=name]    [la‐
23       bel_size=integer]   [font=string]    [encoding=string]    [xref=string]
24       [yref=string]   [minreg=float]   [maxreg=float]   [--help]  [--verbose]
25       [--quiet]  [--ui]
26
27   Flags:
28       -c
29           Random colors according to category  number  (or  layer  number  if
30           ’layer=-1’ is given)
31
32       -i
33           Use values from ’cats’ option as feature id
34
35       -r
36           Use square root of the value of size_column
37           This makes circle areas proportionate to the size_column values in‐
38           stead of circle radius
39
40       -s
41           Do not show this layer in vector legend
42
43       --help
44           Print usage summary
45
46       --verbose
47           Verbose module output
48
49       --quiet
50           Quiet module output
51
52       --ui
53           Force launching GUI dialog
54
55   Parameters:
56       map=name [required]
57           Name of vector map
58           Or data source for direct OGR access
59
60       layer=string
61           Layer number or name (’-1’ for all layers)
62           A single vector map can be connected to multiple  database  tables.
63           This  number  determines  which table to use. When used with direct
64           OGR access this is the layer name.
65           Default: 1
66
67       display=string[,string,...] [required]
68           Display
69           Options: shape, cat, topo, vert, dir, zcoor
70           Default: shape
71           shape: Display geometry of features
72           cat: Display category numbers of features
73           topo: Display topology information (nodes, edges)
74           vert: Display vertices of features
75           dir: Display direction of linear features
76           zcoor: Display z-coordinate of features (only for 3D vector maps)
77
78       type=string[,string,...]
79           Input feature type
80           Options: point, line, boundary, centroid, area, face
81           Default: point,line,area,face
82
83       cats=range