<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EDDH to LSZH</name>
        <description>Hamburg Fulsbuettel to Zurich</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EDDH to LSZH</name>
            <description>Hamburg Fulsbuettel to Zurich</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>9.975211,53.654411,0
9.863448,53.783149,0
9.663835,53.716917,0
8.923333,50.141667,0
8.262386,47.868765,0
8.535947,47.475581,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>