<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>VNKT to VNDH</name>
        <description>Kathmandu Tribhuvan Intl to Dhangadhi</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>VNKT to VNDH</name>
            <description>Kathmandu Tribhuvan Intl to Dhangadhi</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>85.35919999999999,27.696600000000004,0
83.5378,27.948099999999997,10637.52
81.63499999999999,28.5878,3657.6000000000004
80.58249999999998,28.755300000000005,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>