<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>3K6 to 1IL4</name>
        <description>ST LOUIS METRO EAST SHAFER FIELD to Heitman Aerdrome</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>3K6 to 1IL4</name>
            <description>ST LOUIS METRO EAST SHAFER FIELD to Heitman Aerdrome</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-89.8065625,38.732898500000005,0
-90.036964,38.55673899999999,609.6
-90.13122139,38.41866277,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>