<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>Y50 to KAIG</name>
        <description>Wautoma Muni to Langlade County</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>Y50 to KAIG</name>
            <description>Wautoma Muni to Langlade County</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-89.3055,44.0429,0
-89.4342,44.262,1097.28
-89.1108,45.153999999999996,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>