<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KJFK to KROC</name>
        <description>John F. Kennedy Intl to GREATER ROCHESTER INTL</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KJFK to KROC</name>
            <description>John F. Kennedy Intl to GREATER ROCHESTER INTL</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-73.7765,40.64009999999999,0
-74.7966,41.596299999999985,8016.240000000001
-75.6126,41.941100000000006,7559.04
-76.1365,42.1575,5791.200000000001
-77.6705,43.11930000000001,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>