<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>TAPA to TNCE</name>
        <description>Antigua - VC Bird Intl to St Eustatius / F. D. Roosevelt</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>TAPA to TNCE</name>
            <description>Antigua - VC Bird Intl to St Eustatius / F. D. Roosevelt</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-61.79390000000001,17.135999999999996,0
-62.83330000000001,17.473100000000002,548.64
-62.9799,17.4962,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>