<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EBBR to LSGG</name>
        <description>Brussels Airport to Geneva</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EBBR to LSGG</name>
            <description>Brussels Airport to Geneva</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>4.492814320000008,50.89994811,0
5.096944000000008,49.33361099999999,10546.08
5,49,10668
4.889194000000003,48.637,9936.480000000001
5.249167,47.906306,6918.96
6.106172659999999,46.23775454,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>