<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KGSO to KEWR</name>
        <description>Piedmont Triad to Newark Liberty International</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KGSO to KEWR</name>
            <description>Piedmont Triad to Newark Liberty International</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-79.9418,36.1006,0
-78.9829,37.1339,8412.48
-78.153,38.0136,10668
-77.0299,39.05199999999999,10668
-76.3853,39.464200000000005,8199.12
-76.1735,39.602000000000004,7376.160000000001
-75.7986,39.8382,5913.12
-74.1686,40.6936,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>