<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>SEGU to SEQM</name>
        <description>Jose Joaquin de Olmedo Intl to Mariscal Sucre Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>SEGU to SEQM</name>
            <description>Jose Joaquin de Olmedo Intl to Mariscal Sucre Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-79.8839,-2.157830000000004,0
-78.8947,-0.926944000000006,3779.52
-78.3544,-0.12413300000000049,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>