<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KFLL to 3K6</name>
        <description>Fort Lauderdale Hollywood Intl to St Louis Metro East Shafer Field</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KFLL to 3K6</name>
            <description>Fort Lauderdale Hollywood Intl to St Louis Metro East Shafer Field</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-80.166536,26.076947,0
-80.327669,26.077753,0
-82.458658,29.254025,0
-84.395189,31.647947,0
-86.019278,34.345283,0
-88.663944,37.596528,0
-89.422208,38.414446,0
-89.803347,38.730251,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>