<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>GVNP to GVMA</name>
        <description>Praia Nelson Mandela Intl to MAIO</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>GVNP to GVMA</name>
            <description>Praia Nelson Mandela Intl to MAIO</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-23.484700000000004,14.941100000000006,0
-23.482100000000003,14.939099999999996,0
-23.21369999999999,15.156000000000006,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>