<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KEYW to MYEH</name>
        <description>Key West Intl to North Eleuthera</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KEYW to MYEH</name>
            <description>Key West Intl to North Eleuthera</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-81.7599,24.5561,0
-79.8289,24.864599999999996,10668
-79.69,24.8806,10668
-79.1925,24.9371,9204.960000000001
-78.6067,24.968999999999994,7101.84
-78.5289,24.97319999999999,6827.52
-76.6813,25.475700000000003,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>