<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>OMDB to OTBD</name>
        <description>Dubai Intl to DOHA INTL</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>OMDB to OTBD</name>
            <description>Dubai Intl to DOHA INTL</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>55.37110000000001,25.251100000000008,0
53.47970000000001,25.2761,6766.56
51.5651,25.2611,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>