jm...@aol.com
unread,Nov 4, 2011, 6:15:43 PM11/4/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to libkml
Hi,
I'm currently using the csv2kml example to read in a list of
placemarks that need to be placed in the kml file.
I want to modify virtual bool HandleLine(int line, CsvParserStatus
status, PlacemarkPtr p) in the ContainerSaver class to change the icon
and color of the placemark depending on what the placemark name is.
I see that Placemark has a set_styleselector() function which seems to
be what I need to use, but how do I set the color and icon through the
StyleSelector class?
Thanks