<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KMCI to KSTL</name>
        <description>Kansas City Intl to Lambert St Louis Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KMCI to KSTL</name>
            <description>Kansas City Intl to Lambert St Louis Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-94.720774,39.322237,0
-94.699896,39.392779,423.672
-94.659197,39.441389,426.72
-94.59939,39.476309,426.72
-94.527694,39.493327,426.72
-94.452772,39.490391,426.72
-93.105211,39.270505,426.72
-90.530206,38.804884,426.72
-90.457625,38.79256,423.672
-90.379158,38.753903,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>