<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGSS to LIRA</name>
        <description>Stansted to Roma-Ciampino &quot;G. B. Pastine&quot;</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGSS to LIRA</name>
            <description>Stansted to Roma-Ciampino &quot;G. B. Pastine&quot;</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>0.234989000000013,51.885099999999994,0
12.594899999999996,41.799199999999985,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>