<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>CYVR to KEWR</name>
        <description>Vancouver Intl to Newark Liberty Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>CYVR to KEWR</name>
            <description>Vancouver Intl to Newark Liberty Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-123.160492,49.184668,0
-123.051478,49.172084,36.576
-122.964263,49.18213,118.872
-118.682457,49.354809,11887.2
-114.387771,49.370268,11887.2
-110.104238,49.22687,11887.2
-105.858984,48.926328,11887.2
-101.677354,48.472156,11887.2
-97.581852,47.869476,11887.2
-93.591379,47.124756,11887.2
-89.72081,46.245503,11887.2
-85.980899,45.239947,11887.2
-82.378456,44.116741,11887.2
-78.916727,42.884694,11887.2
-74.237258,40.963083,637.032
-74.17503,40.929285,420.624
-74.131892,40.881446,246.888
-74.11303,40.825339,118.872
-74.12068,40.767736,36.576
-74.162175,40.702558,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>