<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KMIA to KCVG</name>
        <description>Miami Intl to Cincinnati/Northern Kentucky Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KMIA to KCVG</name>
            <description>Miami Intl to Cincinnati/Northern Kentucky Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-80.2897,25.7962,0
-81.4356,31.252300000000005,0
-81.927,35.03360000000001,0
-83.0058,36.87700000000001,0
-84.6683,39.049499999999995,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>