<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KMDT to KIAD</name>
        <description>Harrisburg Intl to Washington Dulles Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KMDT to KIAD</name>
            <description>Harrisburg Intl to Washington Dulles Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-76.7626,40.19319999999999,0
-77.011,39.7851,2926.08
-77.4609,38.9477,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>