Write a Fetch
object to a KML file. Various aesthetics
parameters can be set via colour
, alpha
, size
,
shape
arguments.
# S4 method for Fetch
kml(obj,
folder.name = normalizeFilename(deparse(substitute(obj, env =
parent.frame()))),
file.name = paste(normalizeFilename(deparse(substitute(obj, env =
parent.frame()))), ".kml", sep = ""), overwrite = FALSE, ...)
a Fetch
object
character; folder name in the KML file
character; output KML file name
logical; overwrite the existing file if one exists? Default FALSE
additional aesthetics arguments passed to
kml_layer.SpatialLines