<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGCC to OMDB</name>
        <description>Manchester to Dubai Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGCC to OMDB</name>
            <description>Manchester to Dubai Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-2.310661,53.331975,0
3.967222,52.525556,0
8.8429,51.644106,0
14.602162,50.280225,0
19.852483,48.696189,0
24.378569,47.008222,0
28.709508,45.078692,0
33.181111,42.798889,0
36.665556,40.774167,0
40.816389,38.240556,0
44.112578,35.6511,0
49.505278,30.851944,0
52.342944,27.821778,0
55.1275,25.461944,0
55.347572,25.262131,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>