<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EBBR to EBOS</name>
        <description>Brussels Airport to Oostende</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EBBR to EBOS</name>
            <description>Brussels Airport to Oostende</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>4.455639,50.898871,0
4.351547,50.868473,91.44
4.329971,50.863569,91.44
4.307803,50.85987,91.44
4.28521,50.857405,91.44
4.262363,50.856192,91.44
4.239436,50.856241,91.44
4.216603,50.857551,91.44
4.194036,50.860112,91.44
4.171907,50.863905,91.44
3.698856,50.947256,91.44
3.225804,51.030606,91.44
3.202791,51.030608,91.44
3.179865,51.031872,91.44
3.157201,51.034388,91.44
3.13497,51.038137,91.44
3.113342,51.043089,91.44
3.092479,51.049208,91.44
3.072541,51.056447,91.44
3.05368,51.06475,91.44
3.036038,51.074055,91.44
3.01975,51.08429,91.44
2.871657,51.195257,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>