<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KDTW to CYUL</name>
        <description>Detroit Metro International Airport to Montreal-Pierre Elliot Trudeau Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KDTW to CYUL</name>
            <description>Detroit Metro International Airport to Montreal-Pierre Elliot Trudeau Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-83.3526,42.212199999999996,0
-82.4796,42.71039999999999,5303.52
-81.0953,43.06639999999999,10668
-79.3492,43.65359999999998,10668
-77.502,44.20089999999999,10668
-76.2166,44.76910000000001,7376.160000000001
-74.7758,45.1344,3108.96
-73.7438,45.4675,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>