<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KATL to KTPA</name>
        <description>Hartsfield Jackson Atlanta Intl to Tampa Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KATL to KTPA</name>
            <description>Hartsfield Jackson Atlanta Intl to Tampa Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-84.438383,33.646782,0
-82.536083,27.970831,0
-82.536083,27.970831,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>