<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGCC to KJFK</name>
        <description>Manchester Intl to John F Kennedy Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGCC to KJFK</name>
            <description>Manchester Intl to John F Kennedy Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-2.283953859999997,53.34714077999999,0
-5.147221999999999,53.670000000000016,10363.2
-5.5,53.68000000000001,7467.6
-6.646388999999999,53.747221999999994,10363.2
-10.434167000000002,53.890277999999995,10363.2
-12,54.36666700000001,10363.2
-15,56,10363.2
-20,57,10668
-30,59,10668
-40,59,10668
-50,57,10668
-58.14,53.625,10363.2
-67.738642,45.340181,10363.2
-68.87397222,44.84180556000001,10363.2
-72.71619444,42.161972219999996,6736.08
-73.77666109,40.63990419999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>