<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGLL to EDDL</name>
        <description>London Heathrow to Duesseldorf</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGLL to EDDL</name>
            <description>London Heathrow to Duesseldorf</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-0.489626,51.47747,0
-0.721997,51.476341,0
-0.720565,51.331612,0
4.578362,51.193536,0
6.203085,51.015107,0
6.751986,51.279606,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>