<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KJFK to BIKF</name>
        <description>John F Kennedy Intl to Keflavik</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KJFK to BIKF</name>
            <description>John F Kennedy Intl to Keflavik</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-73.77666109,40.63990419999999,0
-72.54741667,41.64111111,8900.16
-71.84408333,41.95547221999999,10668
-70.61352778,43.42566667,10668
-69.88455,44.44136900000001,10668
-68.09454167,46.77418611000002,10668
-67.784714,47.00921700000001,10668
-67.3039,47.373380999999995,10668
-66.43694444,48.00888889000001,10668
-64.38627778,49.83755556,10668
-60.36666667,53.33833333000001,10668
-57.016667,55.516666999999984,10668
-50,58,10668
-43.15972199999999,60.057221999999996,10668
-40,61,10668
-30,63,10668
-26.981667000000016,63.470000999999996,7863.84
-22.614499999999992,63.98680555999999,0
-22.61456272000001,63.98161213,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>