<?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.7418,40.583,0
-77.0299,39.05199999999999,0
-76.9988,39.0231,0
-76.9401,38.930800000000005,0
-76.9333,38.8475,0
-76.9447,38.779499999999985,0
-77.0183,38.7525,0
-77.0274,38.76589999999999,0
-77.0337,38.81139999999999,0
-77.0377,38.85140000000001,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>