iconList
From leaflet v2.0.4.1
by Joe Cheng
Make icon set
Make icon set
Usage
iconList(...)
Arguments
- ...
icons created from
makeIcon()
Examples
# NOT RUN {
iconSet <- iconList(
red = makeIcon("leaf-red.png", iconWidth = 32, iconHeight = 32),
green = makeIcon("leaf-green.png", iconWidth = 32, iconHeight = 32)
)
iconSet[c("red", "green", "red")]
# }
Community examples
Looks like there are no examples yet.