<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGLL to LIMC</name>
        <description>London Heathrow to Milano Malpensa</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGLL to LIMC</name>
            <description>London Heathrow to Milano Malpensa</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-0.486946,51.464774,0
4.146944,48.781083,0
8.375,45.929444,0
8.728411,45.650439,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>