<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>TNCC to MDSD</name>
        <description>Hato Intl to Las Americas Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>TNCC to MDSD</name>
            <description>Hato Intl to Las Americas Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-68.9597,12.188900000000004,0
-69.123,13.299000000000007,7315.200000000001
-69.2874,14.909899999999993,10668
-69.4,16,9570.720000000001
-69.51,17.010599999999997,5577.84
-69.6689,18.429599999999994,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>