<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EDDF to OMDB</name>
        <description>Frankfurt Am Main to Dubai Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EDDF to OMDB</name>
            <description>Frankfurt Am Main to Dubai Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>8.586981,50.045128,0
8.692663,50.070293,36.576
8.782858,50.070652,118.872
8.86779,50.051192,246.888
13.083333,49.115817,11887.2
17.131389,48.03437,11887.2
21.002887,46.8168,11887.2
24.694474,45.474661,11887.2
28.207324,44.019294,11887.2
31.546144,42.461575,11887.2
34.718235,40.811753,11887.2
37.732676,39.079344,11887.2
40.599644,37.273099,11887.2
43.329883,35.401,11887.2
45.934304,33.470289,11887.2
48.423704,31.487513,11887.2
50.808575,29.45858,11887.2
55.238903,25.349603,118.872
55.278776,25.304297,36.576
55.347022,25.266494,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>