<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EBBR to EHAM</name>
        <description>Brussels Airport to Schiphol</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EBBR to EHAM</name>
            <description>Brussels Airport to Schiphol</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>4.503391,50.912795,0
4.607651,50.943101,182.88
4.627587,50.950292,182.88
4.646455,50.95855,182.88
4.664112,50.967812,182.88
4.680424,50.978009,182.88
4.695265,50.989062,182.88
4.708523,51.000888,182.88
4.720096,51.013396,182.88
4.729894,51.026491,182.88
4.737843,51.040074,182.88
4.74388,51.05404,182.88
4.74796,51.068285,182.88
4.750049,51.082698,182.88
4.75013,51.097171,182.88
4.748202,51.111594,182.88
4.670739,51.534019,182.88
4.568685,52.083873,182.88
4.569178,52.098343,182.88
4.571721,52.112731,182.88
4.576298,52.126929,182.88
4.582874,52.140828,182.88
4.591402,52.154322,182.88
4.601816,52.167309,182.88
4.614039,52.17969,182.88
4.627978,52.19137,182.88
4.783484,52.300375,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>