<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGNM to EGKK</name>
        <description>Leeds Bradford to London Gatwick</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGNM to EGKK</name>
            <description>Leeds Bradford to London Gatwick</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-1.649061,53.858443,0
-1.566627,53.80487,304.8
-1.529515,53.751292,304.8
-1.179187,52.8656,304.8
-0.599515,51.318141,304.8
-0.59568,51.260298,304.8
-0.560467,51.206769,304.8
-0.498191,51.164015,304.8
-0.416398,51.137198,304.8
-0.324948,51.12955,304.8
-0.212314,51.14511,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>