<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KMEM to KMSY</name>
        <description>Memphis Intl to Louis Armstrong New Orleans Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KMEM to KMSY</name>
            <description>Memphis Intl to Louis Armstrong New Orleans Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-89.9766,35.042699999999996,0
-90.2774,33.46379999999999,10424.16
-90.2619,31.72200000000001,6766.56
-90.2574,29.993300000000005,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>