<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGPH to EDDL</name>
        <description>Edinburgh to Dusseldorf</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGPH to EDDL</name>
            <description>Edinburgh to Dusseldorf</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-3.3725000000000023,55.94999999999999,0
-1.6983299999999986,55.03829999999999,8595.36
-1.0355600000000038,54.494399999999985,10668
-0.4852779999999939,54.02889999999999,10668
-0.10373599999999783,53.698199999999986,10668
0.09333330000001183,53.524699999999996,10668
0.5911110000000122,53.2278,10668
2.0947199999999953,53.0522,10668
2.5,52.95779999999999,10668
3.0686699999999973,52.822,10668
3.3870000000000005,52.6404,9784.08
4.575040000000001,52.3502,6736.08
6.766619999999989,51.2894,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>