liststyles: Print kml Styles

liststylesR Documentation

Print kml Styles

Description

Allows you to quickly view your kml styles.

Usage

yourkml$liststyles()

Author(s)

Brent Cameron
Department of Fisheries and Oceans Canada
Population Ecology Division

Examples


mykml = RKmlObject()
mykml$addLineStyle(styleid = "mystyle", color = "red", transparency = .5, width = 100)
mykml$addLineStyle(styleid = "yourstyle", color = "#0000ff", transparency = 1)

mykml$addPolyStyle(styleid = "mystyle", color = "red", transparency = 1, fill = 0)
mykml$addPolyStyle(styleid = "yourstyle", color = "yellow", transparency = 1, outline = 0)

mykml$liststyles()


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