<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>VQPR to VNLK</name>
        <description>Paro International Airport to Tenzing-Hillary/Lukla</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>VQPR to VNLK</name>
            <description>Paro International Airport to Tenzing-Hillary/Lukla</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>89.42470000000003,27.4033,0
89.5156,27.0497,0
86.11810000000003,27.196699999999993,0
86.20330000000001,27.331099999999992,0
86.26779999999997,27.496700000000004,0
86.7294,27.686800000000005,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>