Styling options for PMTiles
paintRules(
layer,
fillColor = "#0033ff66",
color = "#0033ffcc",
do_stroke = TRUE,
width = 0.5,
radius = 3,
stroke = "#000000",
opacity = 1,
dash = NULL
)
the name of the layer in the PMTiles file to visualise.
fill color for polygons
line color
logical, whether polygon borders should be drawn
line width
point radius
color point border
point opacity
either `NULL` (default) for a solid line or a numeric vector of length 2 denoting segment length and spce between segments (in pixels), e.g. `c(5, 3)`