<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGKK to EGBD</name>
        <description>London Gatwick to Derby</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGKK to EGBD</name>
            <description>London Gatwick to Derby</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-0.19247250000000804,51.148753,0
-0.7244440000000054,51.798333000000014,4663.4400000000005
-1.6164250500000037,52.85982014999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>