<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KTMB to KCLT</name>
        <description>Miami Executive Airport to Charlotte Douglas Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KTMB to KCLT</name>
            <description>Miami Executive Airport to Charlotte Douglas Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-80.4335,25.647800000000004,0
-80.4694,27.1562,9845.04
-80.4838,27.528099999999995,10668
-80.4897,27.678399999999996,10668
-80.8679,28.691599999999994,10668
-81.1127,29.303300000000007,10668
-81.1526,30.639399999999995,10668
-81.1737,31.328599999999994,10668
-81.1991,32.1463,10668
-81.0539,33.85730000000001,5303.52
-80.9485,35.21379999999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>