<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>MYGF to KDAB</name>
        <description>Grand Bahama Intl to Daytona Beach Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>MYGF to KDAB</name>
            <description>Grand Bahama Intl to Daytona Beach Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-78.710297,26.551344,0
-78.780967,26.51614,39.624
-78.844847,26.506977,134.112
-78.908378,26.517918,283.464
-78.963904,26.547643,10363.2
-79.004729,26.59257,10363.2
-79.597402,27.470358,10363.2
-80.750451,29.124068,728.472
-80.788352,29.171564,481.584
-80.842585,29.204878,283.464
-80.906614,29.219992,134.112
-80.972707,29.21508,39.624
-81.047923,29.184653,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>