<?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
-87.0633,42.11250000000001,0
-86.1227,42.14439999999999,0
-83.4576,42.048,0
-82.0749,41.93869999999998,0
-81.831,41.91759999999999,0
-80.5846,41.80160000000001,0
-79.2075,41.65719999999999,0
-77.9701,41.5128,0
-74.1686,40.6936,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>