<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>LFRE to LFRS</name>
        <description>La Baule to Nantes Atlantique Airport</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>LFRE to LFRS</name>
            <description>La Baule to Nantes Atlantique Airport</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-2.3468599999999924,47.28829999999999,0
-1.61296999999999,47.1609,30.48
-1.6107199999999864,47.1532,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>