<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>FMEE to FSIA</name>
        <description>Roland Garros to Seychelles Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>FMEE to FSIA</name>
            <description>Roland Garros to Seychelles Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>55.51769999999999,-20.88929999999999,0
55.54829999999998,-19.034999999999997,0
55.67320000000001,-7.654750000000007,0
55.33609999999999,-5.490769999999998,0
55.2773,-5.112840000000006,0
55.521799999999985,-4.674369999999996,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>