<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGLC to EGLL</name>
        <description>London City to London Heathrow</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGLC to EGLL</name>
            <description>London City to London Heathrow</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>0.05518330000001015,51.5052,0
-0.18305599999999345,51.56,762
-0.46088399999999297,51.47120000000001,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>