<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>CYUL to VHHH</name>
        <description>Montreal Pierre E Trudeau Intl to Hong Kong Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>CYUL to VHHH</name>
            <description>Montreal Pierre E Trudeau Intl to Hong Kong Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-73.765,45.462503,0
-77.405833,59.802778,0
116.37,40.125,0
113.897954,22.310912,0
113.897987,22.296279,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>