<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGCC to EDDL</name>
        <description>Manchester to Duesseldorf</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGCC to EDDL</name>
            <description>Manchester to Duesseldorf</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-2.292744,53.345144,0
-2.480705,53.253881,0
-2.33257,53.141333,0
3.700167,52.1765,0
6.203085,51.015107,0
6.751986,51.279606,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>