interactiveIconStyle: Interactively Create IconStyle

interactiveIconStyleR Documentation

Interactively Create IconStyle

Description

This function is usually automatically entered by calling yourkmlobj$styleBuilder(). However it can be called on its own, but you must supply an id.

Usage

interactiveIconStyle(id)

Arguments

id

Mandatory. Define the id for this style. This id can be the same as other non-icon style ids previously created.

Note

id
Do not attempt to define more than one IconStyle for the same id.

Author(s)

Brent Cameron
Department of Fisheries and Oceans Canada
Population Ecology Division

Examples


mykml = RKmlObject()

##ANSWER THE QUESTIONS. For this example the answers are supplied below. Typically the questions
##will be answered on the fly.
## Not run: 
mykml$interactiveIconStyle(id = "mystyle")
upload.wikimedia.org/wikipedia/commons/c/c1/Rlogo.png
2
180
Y
red
N
fraction
.5
fraction
.5

## End(Not run)
x = data.frame(cbind(c(45.9178, 46.807), c(-59.967, -60.321), c("Example1", "Example2"), c("Louisbourg", "Neil's Harbour" )))
names(x) = c("lat", "lon", "name", "description")
  
mykml$addPoint(x, styleUrl = "mystyle")
#mykml$preview()


brent0/kmlbuilder documentation built on Feb. 2, 2024, 2:05 a.m.