<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>LOWI to LIRQ</name>
        <description>Innsbruck to Firenze</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>LOWI to LIRQ</name>
            <description>Innsbruck to Firenze</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>11.341499999999996,47.26080000000002,0
11.471399999999988,45.639999999999986,7223.76
11.509199999999993,45.42669999999998,6370.320000000001
11.205099999999987,43.81,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>