<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EDDM to EDDF</name>
        <description>Muenchen Franz-Josef Strauss to Frankfurt am Main</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EDDM to EDDF</name>
            <description>Muenchen Franz-Josef Strauss to Frankfurt am Main</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>11.78611699999999,48.35378650000001,0
10.238305999999994,49.142753,5547.360000000001
8.540640749999994,50.03260399999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>