<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGLL to OMDB</name>
        <description>London Heathrow to Dubai Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGLL to OMDB</name>
            <description>London Heathrow to Dubai Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-0.486946,51.464774,0
5.468508,50.655214,0
11.33484,49.52959,0
16.258333,48.305,0
21.496656,46.687375,0
26.583333,44.783333,0
39.025833,38.517222,0
42.9369,35.874733,0
45.896667,33.513333,0
48.976111,30.907222,0
52.342944,27.821778,0
55.1275,25.461944,0
55.347572,25.262131,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>