<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EDDF to LSZH</name>
        <description>Frankfurt am Main to Zurich</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EDDF to LSZH</name>
            <description>Frankfurt am Main to Zurich</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>8.540640749999994,50.03260399999999,0
8.547500000000014,48.974166999999994,5913.12
8.549963829999996,47.46348900000001,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>