<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>SCEL to SCIE</name>
        <description>Arturo Merino Benitez Intl to Concepcion-Carriel Sur Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>SCEL to SCIE</name>
            <description>Arturo Merino Benitez Intl to Concepcion-Carriel Sur Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-70.7943,-33.391,0
-71.6053,-34.5672,8077.200000000001
-72.0717,-35.3097,8077.200000000001
-73.0625,-36.7714,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>