<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGNM to EGPD</name>
        <description>Leeds Bradford to Aberdeen Dyce</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGNM to EGPD</name>
            <description>Leeds Bradford to Aberdeen Dyce</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-1.6607700000000136,53.865999999999985,0
-1.5649999999999977,55.44720000000001,7010.400000000001
-2.1991099999999904,57.20409999999998,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>