<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>SAZN to SCTC</name>
        <description>Presidente Peron to Maquehue</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>SAZN to SCTC</name>
            <description>Presidente Peron to Maquehue</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-68.1557,-38.949,0
-68.8111,-38.9617,3322.32
-71.4336,-38.9311,3718.5600000000004
-72.637,-38.7669,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>