<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KEWR to KCLT</name>
        <description>Newark Liberty International to Charlotte Douglas Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KEWR to KCLT</name>
            <description>Newark Liberty International to Charlotte Douglas Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-74.1686,40.6936,0
-75.7986,39.8382,10332.720000000001
-76.1735,39.602000000000004,10668
-76.3853,39.464200000000005,10668
-77.0299,39.05199999999999,10668
-78.153,38.0136,10668
-78.9829,37.1339,10668
-79.9764,36.0457,5882.64
-80.9485,35.21379999999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>