<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EBBT to EGBD</name>
        <description>Brasschaat to Derby</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EBBT to EGBD</name>
            <description>Brasschaat to Derby</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>4.502379999999988,51.34479999999999,0
1.8855800000000045,51.897699999999986,9265.92
1.2101199999999892,52.11869999999999,7406.64
0.7824999999999989,52.34780000000001,6035.04
-1.6164300000000082,52.85980000000001,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>