<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGLL to RJTT</name>
        <description>London Heathrow to Rjtt-tokyo Haneda</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGLL to RJTT</name>
            <description>London Heathrow to Rjtt-tokyo Haneda</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-0.486946,51.464774,0
3.169444,54.607222,0
6.986389,57.554167,0
11.520833,60.419722,0
95,68.066667,0
115.483333,61.25,0
124.533333,55.2,0
127.666667,52,0
135.456667,42.683334,0
139.777114,35.567467,0
139.777122,35.567467,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>