<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>FMCV to FQPB</name>
        <description>OUANI to PEMBA</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>FMCV to FQPB</name>
            <description>OUANI to PEMBA</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>44.430360500000006,-12.131513999999996,0
43.276692,-11.515007999999995,8077.200000000001
41.826666999999986,-11.885000000000005,7467.6
40.52271999999999,-12.990247749999995,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>