<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>LSZH to EDDS</name>
        <description>Zurich to Stuttgart</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>LSZH to EDDS</name>
            <description>Zurich to Stuttgart</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>8.535947,47.475581,0
8.490665,47.541165,60.96
8.483202,47.598838,60.96
8.505465,47.654753,60.96
8.700299,48.036858,60.96
8.953909,48.527467,60.96
8.975036,48.583645,60.96
9.023955,48.631659,60.96
9.09481,48.665721,60.96
9.200128,48.685733,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>