<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KEWR to KDCA</name>
        <description>Newark Liberty Intl to Ronald Reagan Airport</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KEWR to KDCA</name>
            <description>Newark Liberty Intl to Ronald Reagan Airport</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-74.1687,40.692499999999995,0
-74.2095,40.627999999999986,0
-74.9076,40.253299999999996,0
-75.7532,39.55539999999999,0
-76.6613,39.171099999999996,0
-77.059,38.970699999999994,0
-77.0377,38.85140000000001,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>