<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EDDK to LFPG</name>
        <description>Koln Bonn to Paris Charles De Gaulle</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EDDK to LFPG</name>
            <description>Koln Bonn to Paris Charles De Gaulle</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>7.129075,50.880469,0
7.051613,50.933863,423.672
6.970141,50.960635,426.72
6.879014,50.968233,426.72
6.789261,50.955745,426.72
6.711735,50.924679,426.72
5.363444,50.303836,426.72
2.863282,49.069299,426.72
2.800397,49.028644,426.72
2.720137,49.004544,423.672
2.610183,48.998753,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>