<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KCPS to KDAY</name>
        <description>St Louis Downtown to James M. Cox Dayton International</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KCPS to KDAY</name>
            <description>St Louis Downtown to James M. Cox Dayton International</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-90.1567,38.57130000000001,0
-88.2103,38.9966,10271.76
-87.7737,39.11750000000001,10668
-87.3104,39.243300000000005,9692.640000000001
-86.6714,39.413700000000006,7620
-86.405,39.483299999999986,6797.04
-84.2194,39.90219999999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>