<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KMIW to Y50</name>
        <description>MARSHALLTOWN MUNI to Wautoma Muni</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KMIW to Y50</name>
            <description>MARSHALLTOWN MUNI to Wautoma Muni</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-92.9182,42.11269999999999,0
-91.1687,43.13150000000002,10668
-89.3055,44.0429,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>