<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KBKL to KPIT</name>
        <description>Burke Lakefront to Pittsburgh Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KBKL to KPIT</name>
            <description>Burke Lakefront to Pittsburgh Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-81.6827,41.51769999999999,0
-81.0458,41.0437,3230.88
-80.2317,40.4914,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>