<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EDDB to EDDG</name>
        <description>Berlin Brandenburg International Willy Brandt to Muenster Osnabrueck</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EDDB to EDDG</name>
            <description>Berlin Brandenburg International Willy Brandt to Muenster Osnabrueck</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>13.500699999999995,52.362300000000005,0
10.795199999999994,52.36340000000001,2438.4
9.883489999999995,52.25030000000001,2438.4
7.684830000000005,52.134600000000006,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>