Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 435 → Rev 436

/FollowMe/trunk/kml_header.h
13,9 → 13,9
"<Document>\r\n"
"<name>Mikrokopter GPS logging</name>\r\n"
"\r\n"
"<Style id=\"MK_gps-style\">\r\n"
"<Style id=\"FM_gps-style\">\r\n"
"<LineStyle>\r\n"
"<color>ff0000ff</color>\r\n"
"<color>ff00ff00</color>\r\n"
"<width>2</width>\r\n"
"</LineStyle>\r\n"
"</Style>\r\n"
40,8 → 40,8
const prog_char KML_PLACEMARK_HEADER[] =
{
"<Placemark>\r\n"
"<name>Flight</name>\r\n"
"<styleUrl>#MK_gps-style</styleUrl>\r\n"
"<name>FollowMe</name>\r\n"
"<styleUrl>#FM_gps-style</styleUrl>\r\n"
};
 
//________________________________________________________________________________________________________________________________________