<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EBAW to EDKA</name>
        <description>Antwerp Deurne to Aachen Merzbruck</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EBAW to EDKA</name>
            <description>Antwerp Deurne to Aachen Merzbruck</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>4.463069999999988,51.19069999999999,0
5.735829999999993,50.932199999999995,1188.72
6.185769999999991,50.82249999999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>