<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EDDF to LOWI</name>
        <description>Frankfurt to Innsbruck</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EDDF to LOWI</name>
            <description>Frankfurt to Innsbruck</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>8.540670000000006,50.0326,0
9.906939999999992,48.723600000000005,4572
11.341499999999996,47.26080000000002,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>