<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KBWI to KDCA</name>
        <description>Baltimore Washington Intl to Washington National</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KBWI to KDCA</name>
            <description>Baltimore Washington Intl to Washington National</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-76.690325,39.174787,30.48
-76.783426,39.18009,30.48
-76.903811,38.948497,30.48
-77.024196,38.716904,30.48
-77.03872,38.861192,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>