<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KLGA to CYYZ</name>
        <description>La Guardia to Toronto Pearson Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KLGA to CYYZ</name>
            <description>La Guardia to Toronto Pearson Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-73.8726,40.77719999999999,0
-75.5918,41.8981,10668
-75.8062,42.0009,10668
-76.1365,42.1575,10668
-76.4793,42.30599999999998,10485.12
-76.634,42.3724,9966.960000000001
-76.7697,42.430499999999995,9509.76
-77.0009,42.528700000000015,8747.76
-77.2485,42.63290000000001,7924.8
-77.7327,42.83440000000002,6339.84
-79.6277,43.67609999999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>