<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KGFK to KMSP</name>
        <description>Grand Forks Int'l to Minneapolis St Paul Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KGFK to KMSP</name>
            <description>Grand Forks Int'l to Minneapolis St Paul Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-97.17162673,47.946388119999995,0
-95.874114,46.503600000000006,9692.640000000001
-95.23263889,45.95838889000001,6949.4400000000005
-93.2220095,44.88195024999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>