<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGLL to VHHH</name>
        <description>London Heathrow to Hong Kong Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGLL to VHHH</name>
            <description>London Heathrow to Hong Kong Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-0.486946,51.464774,0
4.725139,53.064837,0
9.576944,54.648333,0
22.636944,57.336944,0
29.166667,58.033333,0
42.358333,58.375,0
49.083333,57.916667,0
56.45,56.873333,0
62.455,55.826667,0
113.857008,22.356523,0
113.897987,22.296279,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>