<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KLGA to KCLT</name>
        <description>La Guardia to Charlotte Douglas Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KLGA to KCLT</name>
            <description>La Guardia to Charlotte Douglas Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-73.8726,40.77719999999999,0
-75.6071,39.6781,10668
-76.043,39.310100000000006,10668
-76.2289,39.1515,10668
-76.3727,39.02799999999999,10668
-76.7448,38.705899999999986,10668
-77.3629,38.405699999999996,10668
-78.153,38.0136,10668
-78.9829,37.1339,9784.08
-79.9764,36.0457,4480.56
-80.9485,35.21379999999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>