<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>VIDP to VIGR</name>
        <description>Indira Gandhi Intl to GWALIOR</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>VIDP to VIGR</name>
            <description>Indira Gandhi Intl to GWALIOR</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>77.09789999999998,28.558499999999995,0
77.4667,27.539199999999994,5547.360000000001
78.2278,26.293300000000002,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>