<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>SCVD to SCEL</name>
        <description>Valdivia Pichoy to Arturo Merino Benitez Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>SCVD to SCEL</name>
            <description>Valdivia Pichoy to Arturo Merino Benitez Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-73.0863,-39.6498,0
-72.4589,-38.2547,9662.16
-72.2893,-37.6458,10972.800000000001
-71.6425,-35.4706,8625.84
-71.4078,-34.6506,5303.52
-70.7943,-33.391,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>