<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KJFK to KPIT</name>
        <description>John F Kennedy Intl to Pittsburgh Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KJFK to KPIT</name>
            <description>John F Kennedy Intl to Pittsburgh 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.905318,40.68825,42.672000000000004
-73.912129,40.690866,51.816
-73.919057,40.6933,57.912000000000006
-73.926093,40.695549,67.056
-73.933228,40.69761,73.152
-73.940454,40.699482,82.296
-73.947762,40.701161,91.44
-73.955143,40.702646,103.632
-73.962588,40.703935,11277.6
-73.970088,40.705025,11277.6
-73.977634,40.705917,11277.6
-73.985216,40.706609,11277.6
-73.992826,40.707099,11277.6
-74.000453,40.707388,11277.6
-74.008089,40.707475,11277.6
-74.015725,40.70736,11277.6
-75.812238,40.673287,11277.6
-77.60841,40.612537,11277.6
-80.092697,40.483694,57.912000000000006
-80.10029,40.48329,51.816
-80.107897,40.483087,42.672000000000004
-80.115509,40.483087,36.576
-80.210594,40.485643,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>