<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KGRB to KMSP</name>
        <description>Austin Straubel Intl to Minneapolis St Paul International</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KGRB to KMSP</name>
            <description>Austin Straubel Intl to Minneapolis St Paul International</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-88.1295,44.48480000000001,0
-90.2865,44.8707,6096
-91.1504,44.891099999999994,5730.240000000001
-93.222,44.8819,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>