<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KSAW to KDTW</name>
        <description>SAWYER INTL to Detroit Metro International Airport</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KSAW to KDTW</name>
            <description>SAWYER INTL to Detroit Metro International Airport</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-87.3954,46.3536,0
-85.8989,44.912300000000016,10668
-85.55,44.6679,10668
-85.1902,44.210499999999996,9448.800000000001
-84.9281,43.872000000000014,7924.8
-84.7373,43.622799999999984,6797.04
-83.3526,42.212199999999996,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>