<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>MMBT to MMMX</name>
        <description>Bahias de Huatulco Intl to Benito Juarez Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>MMBT to MMMX</name>
            <description>Bahias de Huatulco Intl to Benito Juarez Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-96.2612,15.775499999999994,0
-96.7314,16.972300000000004,7010.400000000001
-98.3702,19.160899999999998,3139.44
-99.0721,19.436300000000003,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>