<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>LIMF to LSZA</name>
        <description>Torino-Caselle &quot;Sandro Pertini&quot; to Lugano</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>LIMF to LSZA</name>
            <description>Torino-Caselle &quot;Sandro Pertini&quot; to Lugano</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>7.649640000000005,45.200800000000015,0
8.407780000000002,45.703599999999994,1798.3200000000002
8.91058000000001,46.0043,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>