<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>LOWI to EDDS</name>
        <description>Innsbruck Kranebitten to Stuttgart</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>LOWI to EDDS</name>
            <description>Innsbruck Kranebitten to Stuttgart</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>11.330914,47.258828,0
11.225611,47.247511,152.4
11.141889,47.258568,152.4
11.068763,47.288398,152.4
11.015054,47.333403,152.4
10.446656,47.861754,152.4
9.579908,48.646092,152.4
9.516863,48.686314,152.4
9.436743,48.709876,152.4
9.349222,48.713933,152.4
9.243803,48.694017,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>