<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KTEB to KYNG</name>
        <description>Teterboro to Youngstown-Warren Regional</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KTEB to KYNG</name>
            <description>Teterboro to Youngstown-Warren Regional</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-74.0609,40.850300000000004,0
-75.8707,40.93020000000001,8930.640000000001
-76.6653,41.02340000000001,10668
-78.1428,41.215,7467.6
-78.4895,41.19830000000002,6461.76
-80.6804,41.26159999999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>