<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>SVCD to SVIE</name>
        <description>CAICARA DEL ORINOCO to ANDRES MIGUEL SALAZAR MARCANO</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>SVCD to SVIE</name>
            <description>CAICARA DEL ORINOCO to ANDRES MIGUEL SALAZAR MARCANO</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-66.1649,7.626080000000002,0
-65.1647,9.015829999999994,1524
-64.8775,9.317220000000006,1524
-63.9816,10.794399999999996,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>