<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>CYUL to KMDT</name>
        <description>Montreal Pierre E Trudeau Intl to HARRISBURG INTL</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>CYUL to KMDT</name>
            <description>Montreal Pierre E Trudeau Intl to HARRISBURG INTL</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-73.74402783,45.46726849999999,0
-74.2045,44.384555559999995,0
-76.977264,40.369258,0
-77.0261,40.294708000000014,0
-76.903542,40.247600000000006,0
-76.7626195,40.193190500000014,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>