<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KDCA to MD45</name>
        <description>Washington National to Hampton</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KDCA to MD45</name>
            <description>Washington National to Hampton</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-77.036824,38.842392,0
-77.029557,38.770248,30.48
-76.819988,38.537666,30.48
-76.610419,38.305084,30.48
-76.628016,38.234049,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>