<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>SCEL to SCTC</name>
        <description>Arturo Merino Benitez Intl to Maquehue</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>SCEL to SCTC</name>
            <description>Arturo Merino Benitez Intl to Maquehue</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-70.79436597,-33.389775,0
-71.255556,-34.981111,10668
-72.029167,-36.588889,8747.76
-72.319722,-37.640833,4511.04
-72.63709788,-38.766818,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>