<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KPIT to KORD</name>
        <description>Pittsburgh Intl to Chicago O'Hare International</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KPIT to KORD</name>
            <description>Pittsburgh Intl to Chicago O'Hare International</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-80.2317,40.4914,0
-82.4604,40.85480000000001,10668
-82.591,40.868600000000015,10668
-83.1997,40.915400000000005,10668
-83.756,40.955299999999994,10668
-84.516,41.15209999999999,10454.640000000001
-84.9061,41.250699999999995,9235.44
-85.0678,41.291,8717.28
-85.5238,41.403400000000005,7315.200000000001
-86.028,41.525199999999984,5760.72
-87.9066,41.9734,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>