<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGCC to LPMA</name>
        <description>Manchester to Madeira</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGCC to LPMA</name>
            <description>Manchester to Madeira</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-2.310661,53.331975,0
-5.936667,49.784722,0
-8,47,0
-16.706511,32.748125,0
-16.784089,32.689001,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>