<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EHRD to EDGS</name>
        <description>Rotterdam The Hague to Siegerland</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EHRD to EDGS</name>
            <description>Rotterdam The Hague to Siegerland</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>4.441689999999994,51.95750000000001,0
6.271359999999987,51.328,5059.68
8.082899999999995,50.707899999999995,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>