<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EDDM to EGLL</name>
        <description>Muenchen Franz Josef Strauss to London Heathrow</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EDDM to EGLL</name>
            <description>Muenchen Franz Josef Strauss to London Heathrow</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>11.751017,48.340669,0
11.32258,48.289608,0
6.908333,50.025555,0
1.466667,50.856944,0
-1.651431,50.748071,0
-1.651431,51.47173,0
-0.489626,51.47747,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>