interactiveLabelStyle: Interactively Create LabelStyle

interactiveLabelStyleR Documentation

Interactively Create LabelStyle

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

interactiveLabelStyle(id)

Arguments

id

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

Note

id
Do not attempt to define more than one LabelStyle 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$interactiveLabelStyle(id = "mystyle")
orange
.3
3
N

## 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.