<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>LSZR to EDDS</name>
        <description>Sankt Gallen - Altenrhein to Stuttgart</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>LSZR to EDDS</name>
            <description>Sankt Gallen - Altenrhein to Stuttgart</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>9.560750000000013,47.485600000000005,0
9.462790000000012,47.7997,2072.6400000000003
9.221969999999999,48.68979999999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>