<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EDDN to LOWI</name>
        <description>Nurnberg to Innsbruck Kranebitten</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EDDN to LOWI</name>
            <description>Nurnberg to Innsbruck Kranebitten</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>11.077,49.494999,0
11.949722,49.474445,0
12.541389,49.335835,0
12.526547,49.040268,0
12.480833,48.43861,0
12.014722,48.07111,0
11.8,47.899445,0
11.788889,47.701668,0
11.343967,47.260227,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>