<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>SAOU to SAEZ</name>
        <description>San Luis to Ministro Pistarini Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>SAOU to SAEZ</name>
            <description>San Luis to Ministro Pistarini Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-66.3565,-33.2732,0
-64.5478,-33.4883,9966.960000000001
-63.01830000000001,-33.7264,10668
-61.39670000000001,-33.965,10180.32
-59.4414,-34.2222,3749.04
-58.5326,-34.822,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>