<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EBBE to EBAW</name>
        <description>Beauvechain to Antwerp Deurne</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EBBE to EBAW</name>
            <description>Beauvechain to Antwerp Deurne</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>4.769260000000003,50.7569,0
4.774110000000007,50.75200000000001,30.48
4.463069999999988,51.19069999999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>