other versions
- jessie 6.4.4-1
- stretch 7.2.0-2
- testing 7.6.0-1
- unstable 7.6.0-1
- experimental 7.6.1-1~exp1
| v.lrs.label(1grass) | Grass User's Manual | v.lrs.label(1grass) |
NAME¶
v.lrs.label - Creates stationing from input lines, and linear reference systemKEYWORDS¶
vector, LRS, networkingSYNOPSIS¶
v.lrs.labelFlags:¶
- --overwrite
-
Allow output files to overwrite existing files
- --verbose
-
Verbose module output
- --quiet
-
Quiet module output
Parameters:¶
- input=name
-
Input vector map containing lines
- output=name
-
Output vector map where stationing will be written
- llayer=integer
-
Layer numberLine layerDefault: 1
- rsdriver=string
-
Driver name for reference system tableDefault: dbf
- rsdatabase=string
-
Database name for reference system tableDefault: $GISDBASE/$LOCATION_NAME/$MAPSET/dbf/
- rstable=string
-
Name of the reference system table
- labels=string
-
Label file
- offset=string[,string,...]
-
PM left, MP right, stationing left, stationing right offsetDefault: 50,100,25,25
- xoffset=float
-
Offset label in label x-direction in map unitsDefault: 25
- yoffset=float
-
Offset label in label y-direction in map unitsDefault: 5
- reference=string
-
Reference positionOptions: center,left,right,upper,lowerDefault: center
- font=string
-
FontDefault: standard
- size=integer
-
Label size (in map-units)Options: 1-1000Default: 100
- color=string
-
Text colorOptions: aqua,black,blue,brown,cyan,gray,green,grey,indigo,magenta,orange,purple,red,violet,white,yellowDefault: black
- width=integer
-
Line width of textOnly for d.label outputOptions: 1-100Default: 1
- hcolor=string
-
Highlight color for textOnly for d.label outputOptions: none,aqua,black,blue,brown,cyan,gray,green,grey,indigo,magenta,orange,purple,red,violet,white,yellowDefault: none
- hwidth=integer
-
Line width of highlight colorOnly for d.label outputOptions: 0-100Default: 0
- background=string
-
Background colorOptions: none,aqua,black,blue,brown,cyan,gray,green,grey,indigo,magenta,orange,purple,red,violet,white,yellowDefault: none
- border=string
-
Border colorOptions: none,aqua,black,blue,brown,cyan,gray,green,grey,indigo,magenta,orange,purple,red,violet,white,yellowDefault: none
- opaque=string
-
Opaque to vectorOnly relevant if background color is selectedOptions: yes,noDefault: yes
DESCRIPTION¶
v.lrs.label generates LRS labels for pretty-printing of a LRS. This example is written for the Spearfish dataset (it continues the example from v.lrs.create).labels=labels col=red size=50 xoffset=100
SEE ALSO¶
LRS tutorial,AUTHOR¶
Radim Blazek, ITC-irst/MPA Solutions| GRASS 6.4.4 |