<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EBBR to EHAM</name>
        <description>Brussels to Amsterdam Schiphol</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EBBR to EHAM</name>
            <description>Brussels to Amsterdam Schiphol</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>4.492770000000007,50.8999,0
4.322679999999991,50.9521,0
4.183889999999991,51.16499999999999,0
4.132499999999993,51.912800000000004,0
4.513370000000009,52.5839,0
4.521940000000001,52.6806,0
4.680000000000007,52.6883,0
4.734440000000006,52.5908,0
4.7238900000000115,52.4932,0
4.722610000000003,52.479299999999995,0
4.715280000000007,52.39529999999999,0
4.764170000000007,52.308099999999996,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>