<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>UEST to UERP</name>
        <description>Tiksi to POLIARNY</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>UEST to UERP</name>
            <description>Tiksi to POLIARNY</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>128.90302607,71.697667,0
127.40166699999997,70.684167,9296.4
126.441667,69.88416699999999,10363.2
125.958056,69.45416699999998,10363.2
125,69,10363.2
120,68,10363.2
115,67,5151.12
112.03031985000001,66.4004305,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>