<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KEWR to KIND</name>
        <description>Newark Liberty International to Indianapolis International Airport</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KEWR to KIND</name>
            <description>Newark Liberty International to Indianapolis International Airport</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-74.1686,40.6936,0
-75.1236,40.8031,0
-81.6242,40.16669999999999,0
-84.0429,40.287800000000004,0
-84.7052,40.2645,0
-85.1766,40.24629999999999,0
-85.3942,40.2372,0
-85.619,40.140299999999996,0
-85.8087,40.0591,0
-85.9711,39.90260000000001,0
-86.1221,39.7508,0
-86.2026,39.668499999999995,0
-86.2928,39.718199999999996,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>