<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KCRG to KDTS</name>
        <description>Jacksonville Executive at Craig to Destin Ft Walton Beach</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KCRG to KDTS</name>
            <description>Jacksonville Executive at Craig to Destin Ft Walton Beach</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-81.5145,30.336299999999994,0
-83.5171,30.535200000000003,10058.4
-83.905,30.545299999999997,8747.76
-84.3739,30.556200000000004,7162.8
-84.5884,30.622500000000002,6400.8
-86.4715,30.400099999999995,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>