<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KPHF to KDCA</name>
        <description>Newport News Williamsburg Intl to Ronald Reagan Airport</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KPHF to KDCA</name>
            <description>Newport News Williamsburg Intl to Ronald Reagan Airport</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-76.4934,37.132000000000005,0
-76.5877,37.4315,2011.68
-77.0377,38.85140000000001,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>