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