<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KGWW to KPDK</name>
        <description>GOLDSBORO WAYNE MUNI to Dekalb Peachtree Airport</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KGWW to KPDK</name>
            <description>GOLDSBORO WAYNE MUNI to Dekalb Peachtree Airport</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-77.9649,35.4606,0
-79.6927,35.15610000000001,2743.2000000000003
-80.0989,35.010099999999994,2743.2000000000003
-80.4325,34.8883,2743.2000000000003
-81.2835,34.5775,2743.2000000000003
-82.1542,34.251599999999996,2743.2000000000003
-83.3248,33.947599999999994,2743.2000000000003
-84.3023,33.8759,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>