<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KMCO to CYYZ</name>
        <description>Orlando Intl to Toronto Pearson Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KMCO to CYYZ</name>
            <description>Orlando Intl to Toronto Pearson Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-81.3068,28.42920000000001,0
-81.3886,29.099599999999995,0
-81.4356,31.252300000000005,0
-80.0838,38.92070000000001,0
-79.3661,42.110600000000005,0
-79.6277,43.67609999999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>