<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KORD to KEWR</name>
        <description>Chicago O'Hare International to Newark Liberty International</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KORD to KEWR</name>
            <description>Chicago O'Hare International to Newark Liberty International</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-87.9066,41.9734,0
-86.3185,41.76859999999999,7833.360000000001
-85.2067,41.77780000000001,9144
-84.4251,41.77770000000001,9144
-83.5518,41.7714,9144
-82.7892,41.69579999999999,9144
-81.4776,41.5539,9144
-81.1632,41.51689999999999,9144
-80.1118,41.421099999999996,9144
-78.8643,41.2946,9144
-78.4581,41.25030000000001,9144
-78.1428,41.215,9144
-76.6653,41.02340000000001,7498.08
-75.8707,40.93020000000001,5120.64
-74.1686,40.6936,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>