<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>UEEE to UENK</name>
        <description>Yakutsk to Kyzyl Syr</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>UEEE to UENK</name>
            <description>Yakutsk to Kyzyl Syr</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>129.776,62.0941,0
127.40899999999999,62.8775,8778.24
124.844,63.63749999999999,3688.0800000000004
122.77699999999999,63.88589999999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>