<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>LIDT to LIPX</name>
        <description>Mattarello to VILLAFRANCA</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>LIDT to LIPX</name>
            <description>Mattarello to VILLAFRANCA</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>11.125116300000002,46.02015498,0
11.026388999999995,45.64444399999999,1036.3200000000002
10.890418000000011,45.396941999999996,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>