<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>CYSE to CYVR</name>
        <description>Squamish Airport to Vancouver</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>CYSE to CYVR</name>
            <description>Squamish Airport to Vancouver</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-123.162,49.78219999999999,0
-123.131,49.718999999999994,60.96
-123.185,49.19400000000002,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>