<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGLL to YSSY</name>
        <description>London Heathrow to Sydney Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGLL to YSSY</name>
            <description>London Heathrow to Sydney 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
10.120022,54.377572,0
17.161389,55.638611,0
23.545,56.586111,0
35.578333,57.466667,0
43.116667,57.325,0
49.666667,56.733333,0
56.416667,55.833333,0
62.316667,54.45,0
72.938889,51.251944,0
82.060556,47.233333,0
136.217064,-16.269632,0
138.57935,-19.572189,0
140.665069,-22.2768,0
145.43435,-27.97116,0
148.28603,-31.038202,0
151.180833,-33.942778,0
151.188317,-33.949619,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>