<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KAGS to KSAV</name>
        <description>Augusta Rgnl At Bush Fld to Savannah Hilton Head Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KAGS to KSAV</name>
            <description>Augusta Rgnl At Bush Fld to Savannah Hilton Head Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-81.9645,33.3699,0
-81.387,32.49340000000001,1554.48
-81.2019,32.127399999999994,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>