<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>SCBQ to SCTC</name>
        <description>EL BOSQUE to Maquehue</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>SCBQ to SCTC</name>
            <description>EL BOSQUE to Maquehue</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-70.6884,-33.5618,0
-70.7522,-33.9256,2377.44
-71.7786,-36.6486,8717.28
-72.1811,-37.6647,4541.52
-72.6371,-38.7668,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>