<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KMIA to KMSY</name>
        <description>Miami Intl to Louis Armstrong New Orleans Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KMIA to KMSY</name>
            <description>Miami Intl to Louis Armstrong New Orleans Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-80.28974235,25.796166889999995,0
-81.77576667,26.529875000000004,9936.480000000001
-82.56366667,27.407027779999993,10668
-85.257886,27.884052999999994,10668
-86.705167,28.314510999999996,10668
-88.701781,28.882969000000003,6858
-90.25740625,29.993348749999996,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>