<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KJFK to KPDX</name>
        <description>John F Kennedy Intl to Portland Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KJFK to KPDX</name>
            <description>John F Kennedy Intl to Portland Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-73.816714,40.648361,0
-73.898632,40.685455,36.576
-73.915808,40.691768,51.816
-77.337228,41.795167,11887.2
-80.875039,42.794675,11887.2
-84.522314,43.681848,11887.2
-88.271547,44.449738,11887.2
-92.112337,45.091899,11887.2
-96.031389,45.602603,11887.2
-100.012718,45.977064,11887.2
-104.038041,46.211633,11887.2
-108.087374,46.30396,11887.2
-112.139774,46.253108,11887.2
-116.174173,46.059595,11887.2
-122.242655,45.496853,469.392
-122.262932,45.494122,420.624
-122.28347,45.492641,371.856
-122.304114,45.49242,326.136
-122.324707,45.493461,286.512
-122.345093,45.495756,246.888
-122.365117,45.499288,210.312
-122.384627,45.50403,176.78400000000002
-122.403475,45.509945,146.304
-122.583903,45.580514,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>