<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGLL to KSEA</name>
        <description>London Heathrow to Seattle Tacoma Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGLL to KSEA</name>
            <description>London Heathrow to Seattle Tacoma Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-0.486946,51.464774,0
-3.825556,53.960278,0
-51.431389,67.436389,0
-115.56,53.37,0
-118.925694,50.650083,0
-122.094833,47.677278,0
-122.317857,47.463834,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>