<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>VIDP to VEGK</name>
        <description>Indira Gandhi Intl to GORAKHPUR</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>VIDP to VEGK</name>
            <description>Indira Gandhi Intl to GORAKHPUR</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>77.09789999999998,28.558499999999995,0
78.17829999999998,27.829300000000003,7833.360000000001
79.48169999999999,27.333600000000004,10668
80.89440000000002,26.7586,9235.44
82.99810000000002,26.977499999999992,1828.8000000000002
83.4497,26.7397,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>