v.lrs.labelv.lrs.label--helpv.lrs.labelinput=nameoutput=name [llayer=string] [rsdriver=string] [rsdatabase=string]
rstable=string [labels=string] [offset=string[,string,...]] [xoffset=float] [yoffset=float]
[reference=string] [font=string] [size=integer] [color=name] [width=integer]
[highlight_color=name] [highlight_width=integer] [bgcolor=name] [border=name] [opaque=string]
[--overwrite] [--help] [--verbose] [--quiet] [--ui]
Flags:--overwrite
Allow output files to overwrite existing files
--help
Print usage summary
--verbose
Verbose module output
--quiet
Quiet module output
--ui
Force launching GUI dialog
Parameters:input=name[required]
Name of input vector map
Input vector map containing lines
output=name[required]
Output vector map where stationing will be written
llayer=string
Layer number or name
Line layer
Default: 1rsdriver=string
Driver name for reference system table
Options: dbf,mysql,odbc,ogr,pg,sqlite
Default: sqlitersdatabase=string
Database name for reference system table
Default: $GISDBASE/$LOCATION_NAME/$MAPSET/sqlite/sqlite.dbrstable=string[required]
Name of the reference system table
labels=string
Label file
offset=string[,string,...]
PM left, MP right, stationing left, stationing right offset
Default: 50,100,25,25xoffset=float
Offset label in label x-direction in map units
Default: 25yoffset=float
Offset label in label y-direction in map units
Default: 5reference=string
Reference position
Options: center,left,right,upper,lower
Default: centerfont=string
Font
Default: standardsize=integer
Label size (in map-units)
Options: 1-1000
Default: 100color=name
Text color
Either a standard color name or R:G:B triplet
Default: blackwidth=integer
Line width of text
Only for d.label output
Options: 1-100
Default: 1highlight_color=name
Highlight color for text
Either a standard color name, R:G:B triplet, or "none"
Default: nonehighlight_width=integer
Line width of highlight color
Only for d.label output
Options: 0-100
Default: 0bgcolor=name
Background color
Either a standard color name, R:G:B triplet, or "none"
Default: noneborder=name
Border color
Either a standard color name, R:G:B triplet, or "none"
Default: noneopaque=string
Opaque to vector
Only relevant if background color is selected
Options: yes,no
Default: yes