<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>UUDD to EDDI</name>
        <description>Moscou Domodedovo to [x] Berlin Tempelhof</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>UUDD to EDDI</name>
            <description>Moscou Domodedovo to [x] Berlin Tempelhof</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>37.907997,55.423283,0
37.835872,55.482982,70.104
37.752744,55.516666,228.60000000000002
37.654224,55.532209,475.488
37.552241,55.527739,6065.52
33.550685,55.372181,6065.52
29.59416,55.088933,6065.52
25.705531,54.679511,6065.52
21.905902,54.148304,6065.52
18.212868,53.500712,6065.52
13.623323,52.50376,228.60000000000002
13.536431,52.480254,70.104
13.417899,52.475277,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>