<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KEWR to KORD</name>
        <description>Newark Liberty Intl to Chicago Ohare Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KEWR to KORD</name>
            <description>Newark Liberty Intl to Chicago Ohare Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-74.17945,40.675381,0
-74.220847,40.610188,51.816
-74.299582,40.569422,210.312
-74.394578,40.564006,8229.6
-74.480425,40.595401,8229.6
-77.069442,40.97386,8229.6
-79.688313,41.294864,8229.6
-82.330652,41.555968,8229.6
-87.652965,41.895103,469.392
-87.748733,41.882693,210.312
-87.840016,41.907591,51.816
-87.902397,41.963119,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>