<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>CYVR to CYXX</name>
        <description>Vancouver Intl to Abbotsford</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>CYVR to CYXX</name>
            <description>Vancouver Intl to Abbotsford</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-123.160492,49.184668,0
-123.051478,49.172084,30.48
-122.770741,49.092917,30.48
-122.490004,49.013751,30.48
-122.379967,49.019115,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>