<?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 Washington National</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KEWR to KDCA</name>
            <description>Newark Liberty Intl to Washington National</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-74.17945,40.675381,0
-74.220847,40.610188,335.28000000000003
-74.275428,40.56977,335.28000000000003
-75.13858,39.920096,335.28000000000003
-76.631907,38.758866,335.28000000000003
-76.67503,38.711748,335.28000000000003
-76.736181,38.678981,335.28000000000003
-76.80798,38.664517,335.28000000000003
-76.881782,38.670099,335.28000000000003
-76.948703,38.69505,335.28000000000003
-77.000684,38.73636,335.28000000000003
-77.031451,38.789048,335.28000000000003
-77.03872,38.861192,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>