<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EDDS to LSZR</name>
        <description>Stuttgart to St.gallen-altenrhein</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EDDS to LSZR</name>
            <description>Stuttgart to St.gallen-altenrhein</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>9.200128,48.685733,0
9.09481,48.665721,60.96
9.023955,48.631659,60.96
8.975036,48.583645,60.96
8.953909,48.527467,60.96
8.963058,48.469892,60.96
9.105088,48.116931,60.96
9.27985,47.680363,60.96
9.281674,47.622484,60.96
9.312756,47.568519,60.96
9.369291,47.524983,60.96
9.44443,47.497131,60.96
9.550283,47.486128,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>