<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGLL to EDDM</name>
        <description>London Heathrow to Muenchen Franz Josef Strauss</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGLL to EDDM</name>
            <description>London Heathrow to Muenchen Franz Josef Strauss</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-0.489626,51.47747,0
-0.954353,51.474751,0
-0.951528,51.185293,0
4.219654,50.716389,0
9.011667,49.452778,0
10.671437,48.252064,0
11.751017,48.340669,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>