<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EDLN to LSZH</name>
        <description>Monchengladbach to Zurich</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EDLN to LSZH</name>
            <description>Monchengladbach to Zurich</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>6.504490000000004,51.2304,0
7.6736099999999965,49.735000000000014,9570.720000000001
7.935280000000006,49.56639999999999,8625.84
8.025829999999985,49.45439999999999,8138.160000000001
8.191660000000013,49.2946,7376.160000000001
8.447499999999991,49.06360000000001,6278.88
8.549949999999995,47.46350000000001,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>