<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>CYOW to CYSN</name>
        <description>Ottawa Macdonald Cartier Intl to NIAGARA DISTRICT</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>CYOW to CYSN</name>
            <description>Ottawa Macdonald Cartier Intl to NIAGARA DISTRICT</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-75.6718,45.3227,0
-77.502,44.20089999999999,6156.96
-79.1743,43.19130000000001,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>