Displaying 1 result from an estimated 1 matches for "kmlline".
Did you mean:
cmdline
2010 Nov 26
1
Generating kml lines output
Dear,
I would like to generate kml file with lines (<LineString>) of
different style (definitely color, but width would also be nice to
see). However with kmlLine from maptools package I am able only to
output the single first Lines object (first row of
SpatialLinesDataFrame)
I guess the option would be to have single Lines object (instead of
list of them), but then also the style wouldn't vary among them... My
code so far:
library(maptools)
library...