<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGCC to LEAL</name>
        <description>Manchester to Alicante</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGCC to LEAL</name>
            <description>Manchester to Alicante</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-2.292744,53.345144,0
-2.386863,53.299578,67.056
-2.436715,53.24995,216.40800000000002
-2.455173,53.193122,448.05600000000004
-2.440097,53.135939,755.904
-2.119756,50.849763,6431.280000000001
-1.829414,48.56436,6431.280000000001
-1.564193,46.27829,6431.280000000001
-1.320229,43.991656,6431.280000000001
-1.094379,41.704542,6431.280000000001
-0.802054,38.482891,1127.76
-0.802171,38.424998,755.904
-0.777006,38.370568,448.05600000000004
-0.729631,38.326171,216.40800000000002
-0.66578,38.297163,67.056
-0.574998,38.284519,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>