<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KMIA to MKJP</name>
        <description>Miami Intl to Norman Manley Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KMIA to MKJP</name>
            <description>Miami Intl to Norman Manley Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-80.2897,25.7962,0
-79.69,24.8806,6949.4400000000005
-79.0698,24.000100000000003,10668
-78.8158,22.015100000000004,10668
-77.5672,19.540599999999998,6918.96
-76.7876,17.935699999999997,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>