<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>SAWR to SCCI</name>
        <description>Gobernador Gregores to Carlos Ibanez del Campo</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>SAWR to SCCI</name>
            <description>Gobernador Gregores to Carlos Ibanez del Campo</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-70.1606,-48.7833,0
-71.2939,-49.6142,7162.8
-70.995,-52,5699.76
-70.8535,-53.0026,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>