<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KJFK to LEMD</name>
        <description>John F Kennedy Intl to Madrid - Barajas</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KJFK to LEMD</name>
            <description>John F Kennedy Intl to Madrid - Barajas</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-73.771594,40.627911,0
-73.689792,40.590759,36.576
-73.614934,40.579824,118.872
-73.539666,40.588992,246.888
-73.473049,40.61716,420.624
-69.870299,41.786042,11887.2
-66.142702,42.839668,11887.2
-62.293641,43.768361,11887.2
-58.332075,44.564014,11887.2
-54.270541,45.219159,11887.2
-50.125126,45.727253,11887.2
-45.915165,46.082958,11887.2
-41.662665,46.282393,11887.2
-37.391485,46.323327,11887.2
-33.126313,46.205298,11887.2
-28.891572,45.929635,11887.2
-24.710337,45.499389,11887.2
-20.603409,44.919178,11887.2
-16.5886,44.194958,11887.2
-12.680294,43.333757,11887.2
-8.889282,42.343388,11887.2
-3.717317,40.731333,420.624
-3.650992,40.702619,246.888
-3.601658,40.65844,118.872
-3.575252,40.604126,36.576
-3.574847,40.531761,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>