<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGLL to KBOS</name>
        <description>London Heathrow to Boston Logan Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGLL to KBOS</name>
            <description>London Heathrow to Boston Logan Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-0.486946,51.464774,0
-5.756667,52.399167,0
-62.783669,46.285667,0
-67,44.416667,0
-70.776311,42.486725,0
-71.023275,42.356598,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>