<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGXD to EGYE</name>
        <description>RAF Dishforth to RAF Barkston Heath</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGXD to EGYE</name>
            <description>RAF Dishforth to RAF Barkston Heath</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-1.4187200000000075,54.14019999999999,0
-1.0833299999999895,53.60810000000001,2804.1600000000003
-0.5597290000000044,52.961299999999994,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>