<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>CYMX to CYUL</name>
        <description>Montreal Mirabel Intl to Montreal Pierre E Trudeau Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>CYMX to CYUL</name>
            <description>Montreal Mirabel Intl to Montreal Pierre E Trudeau Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-73.988333,45.694167,0
-73.914626,45.745046,30.48
-73.755594,45.66738,30.48
-73.596562,45.589714,30.48
-73.736664,45.483333,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>