<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>SCTL to SCTN</name>
        <description>PANGUILEMO to Chaiten</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>SCTL to SCTN</name>
            <description>PANGUILEMO to Chaiten</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-71.6017,-35.3778,0
-71.2381,-36.7197,8961.12
-71.5667,-38.5,10668
-72.115,-41.2828,6675.12
-72.6991,-42.9328,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>