Subversion Repositories NaviCtrl

Rev

Rev 85 | Rev 516 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 85 Rev 434
Line 60... Line 60...
60
const s8 KML_LINESTRING_HEADER[] =
60
const s8 KML_LINESTRING_HEADER[] =
61
{
61
{
62
"<LineString>\r\n"
62
"<LineString>\r\n"
63
"<tessellate>1</tessellate>\r\n"
63
"<tessellate>1</tessellate>\r\n"
64
"<altitudeMode>relativeToGround</altitudeMode>\r\n"  // also possible "absolute"
64
"<altitudeMode>relativeToGround</altitudeMode>\r\n"  // also possible "absolute"
65
"<coordinates>\r\n"
65
"<coordinates>"
66
};
66
};
Line 67... Line 67...
67
 
67
 
68
//________________________________________________________________________________________________________________________________________
68
//________________________________________________________________________________________________________________________________________
69
// 
69
//