<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGNX to EDDL</name>
        <description>East Midlands to Dusseldorf</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGNX to EDDL</name>
            <description>East Midlands to Dusseldorf</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-1.3281000000000063,52.83100000000002,0
1.0008300000000077,52.9786,9204.960000000001
2.467500000000001,52.8014,10668
2.5,52.797200000000004,10668
2.80055999999999,52.75829999999999,10668
2.9943600000000004,52.7329,10668
3.3870000000000005,52.6404,9784.08
4.575040000000001,52.3502,6736.08
6.766619999999989,51.2894,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>