<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>CYUL to KJFK</name>
        <description>Montreal-Pierre Elliot Trudeau Intl to John F. Kennedy Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>CYUL to KJFK</name>
            <description>Montreal-Pierre Elliot Trudeau Intl to John F. Kennedy Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-73.7438,45.4675,0
-73.9685,43.689700000000016,10668
-73.8032,42.747299999999996,8260.08
-73.8121,42.24709999999999,6278.88
-73.7765,40.64009999999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>