<?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
-74.580772,41.228114000000005,0
-74.716861,41.311847,0
-75.139861,41.569732999999985,0
-77.02458333,42.094222220000006,0
-78.324744,42.514994,0
-78.73060625,42.94048674999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>