<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KMCO to TNCM</name>
        <description>Orlando Intl to St Maarten - Princess Juliana Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KMCO to TNCM</name>
            <description>Orlando Intl to St Maarten - Princess Juliana Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-81.282581,28.443697,0
-77.083164,26.511328,0
-73.540139,24.494944,0
-70.289333,22.339278,0
-66.215222,20.126178,0
-63.21744,18.106979,0
-63.11961,18.039366,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>