<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KJFK to KBUF</name>
        <description>John F Kennedy Intl to Buffalo Niagara Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KJFK to KBUF</name>
            <description>John F Kennedy Intl to Buffalo Niagara Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-73.77666109,40.63990419999999,0
-75.810722,41.515360999999984,9936.480000000001
-76.140106,41.554152999999985,9265.92
-76.456986,41.749403,8077.200000000001
-76.667839,41.878214000000014,6979.92
-77.02458333,42.094222220000006,5638.8
-78.73060625,42.94048674999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>