<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>OMDB to VHHH</name>
        <description>Dubai Intl to Hong Kong Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>OMDB to VHHH</name>
            <description>Dubai Intl to Hong Kong Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>55.347572,25.262131,0
67.718297,26.475592,0
85.014358,26.600333,0
89.482392,26.330436,0
93.781578,25.880847,0
97.356167,25.387361,0
113.875931,22.3038,0
113.897987,22.296279,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>