<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>CYYZ to KJFK</name>
        <description>Toronto Pearson Intl to John F. Kennedy Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>CYYZ to KJFK</name>
            <description>Toronto Pearson Intl to John F. Kennedy Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-79.6277,43.67609999999999,0
-77.7327,42.83440000000002,10546.08
-77.2485,42.63290000000001,10668
-77.0009,42.528700000000015,10668
-76.7697,42.430499999999995,10668
-76.634,42.3724,10668
-76.4793,42.30599999999998,10302.24
-76.1365,42.1575,9174.48
-75.8062,42.0009,8016.240000000001
-75.5918,41.8981,7284.72
-75.3907,41.801199999999994,6583.68
-73.7765,40.64009999999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>