<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>LOWI to LDDU</name>
        <description>Innsbruck to Dubrovnik</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>LOWI to LDDU</name>
            <description>Innsbruck to Dubrovnik</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>11.341499999999996,47.26080000000002,0
12.28139999999999,45.900000000000006,9845.04
13.004199999999997,45.462199999999996,10668
12.995599999999996,45.2628,10668
13.91810000000001,44.89240000000001,10668
14.472800000000007,44.52709999999999,10668
14.769200000000012,44.38499999999999,10668
15.364200000000011,44.09530000000001,10241.28
16.304699999999997,43.4966,6705.6
18.26490000000001,42.56270000000001,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>