<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>LSGG to EGLL</name>
        <description>Geneva to London Heathrow</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>LSGG to EGLL</name>
            <description>Geneva to London Heathrow</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>6.127061,46.250398,0
6.201711,46.301138,259.08000000000004
6.237759,46.353406,737.616
6.245738,46.411036,1240.536
6.224626,46.467071,1584.96
6.17692,46.514745,1584.96
4.682882,47.78661,1584.96
3.114613,49.039497,1584.96
-0.111341,51.371496,1548.384
-0.158146,51.421484,1240.536
-0.229589,51.458476,737.616
-0.317071,51.478012,259.08000000000004
-0.433261,51.477675,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>