<?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 Intl 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 Intl to Charlotte Douglas Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-74.170815,40.688969,0
-74.972656,40.419655,0
-75.376656,40.13065,0
-75.670799,39.918053,0
-75.798592,39.838207,0
-76.173508,39.601978,0
-76.385307,39.464199,0
-77.029884,39.051956,0
-78.152946,38.013557,0
-79.236465,37.254642,0
-79.996468,36.326569,0
-80.436111,35.811913,0
-80.493797,35.742954,0
-80.654793,35.549751,0
-80.951988,35.213696,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>