<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>MMGL to MMPB</name>
        <description>Miguel Hidalgo y Costilla Intl to Puebla Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>MMGL to MMPB</name>
            <description>Miguel Hidalgo y Costilla Intl to Puebla Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-103.309,20.524699999999996,0
-102.074,20.158,4876.8
-101.037,19.8438,9022.08
-99.798,19.645700000000005,5760.72
-98.3715,19.158199999999994,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>