<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>VABB to VAAH</name>
        <description>Mumbai Chhatrapati Shivaji Intl to Sardar Vallabhbhai Patel Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>VABB to VAAH</name>
            <description>Mumbai Chhatrapati Shivaji Intl to Sardar Vallabhbhai Patel Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>72.8656,19.089100000000002,0
72.94639999999998,20.7581,9204.960000000001
72.9828,21.5839,5974.08
72.6344,23.077200000000005,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>