init
This commit is contained in:
commit
116abafc09
58 changed files with 5749 additions and 0 deletions
40
man/pmLineLabelSymbolizer.Rd
Normal file
40
man/pmLineLabelSymbolizer.Rd
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/symbolizers.R
|
||||
\name{pmLineLabelSymbolizer}
|
||||
\alias{pmLineLabelSymbolizer}
|
||||
\title{Create a Line Label Symbolizer}
|
||||
\usage{
|
||||
pmLineLabelSymbolizer(
|
||||
font = "12px sans-serif",
|
||||
fill = "#000000",
|
||||
stroke = NULL,
|
||||
width = 0,
|
||||
labelProps = NULL,
|
||||
...
|
||||
)
|
||||
}
|
||||
\arguments{
|
||||
\item{font}{Character. Font specification (e.g., "12px sans-serif").}
|
||||
|
||||
\item{fill}{Character. Text fill color. Default is "#000000".}
|
||||
|
||||
\item{stroke}{Character. Text stroke (halo) color. Default is NULL.}
|
||||
|
||||
\item{width}{Numeric. Stroke width for text halo. Default is 0.}
|
||||
|
||||
\item{labelProps}{List. Properties to use for label text.}
|
||||
|
||||
\item{...}{Additional symbolizer options.}
|
||||
}
|
||||
\value{
|
||||
A list representing the symbolizer configuration.
|
||||
}
|
||||
\description{
|
||||
Creates a line label symbolizer for rendering text labels along line
|
||||
features (e.g., street names).
|
||||
}
|
||||
\examples{
|
||||
pmLineLabelSymbolizer(font = "11px Arial", fill = "#333",
|
||||
stroke = "white", width = 2)
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue