<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>FAJS to FADN</name>
        <description>Johannesburg Or Thambo Intl to Durban Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>FAJS to FADN</name>
            <description>Johannesburg Or Thambo Intl to Durban Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>28.248185,-26.164651,0
30.943158,-29.979064,0
30.943016,-29.978933,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>