<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>UTAM to OIMM</name>
        <description>MARY to MASHHAD INTL</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>UTAM to OIMM</name>
            <description>MARY to MASHHAD INTL</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>61.896799999999985,37.6195,0
60.32390000000001,36.65809999999999,2712.7200000000003
59.641099999999994,36.23519999999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>