<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>UUDD to EGLL</name>
        <description>Moscou Domodedovo to London Heathrow</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>UUDD to EGLL</name>
            <description>Moscou Domodedovo to London Heathrow</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>37.907997,55.423283,0
37.835872,55.482982,39.624
37.752744,55.516666,131.064
37.654224,55.532209,274.32
37.552241,55.527739,469.392
33.005751,55.692809,10637.52
28.441217,55.690651,10637.52
23.896831,55.51966,10637.52
19.410711,55.182358,10637.52
15.017651,54.683576,10637.52
10.747433,54.030132,10637.52
6.623764,53.230399,10637.52
-0.22986,51.498077,131.064
-0.317071,51.478012,39.624
-0.433261,51.477675,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>