<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KONP to KOTH</name>
        <description>Newport Muni to North Bend Muni</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KONP to KOTH</name>
            <description>Newport Muni to North Bend Muni</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-124.058406,44.572053,0
-124.053691,44.499765,30.48
-124.049914,44.114723,30.48
-124.053426,43.632437,30.48
-124.050156,43.618158,30.48
-124.04862,43.603728,30.48
-124.048826,43.589256,30.48
-124.050773,43.574851,30.48
-124.054444,43.560625,30.48
-124.059812,43.546684,30.48
-124.066835,43.533136,30.48
-124.075458,43.520083,30.48
-124.085616,43.507624,30.48
-124.09723,43.495856,30.48
-124.110211,43.484866,30.48
-124.124461,43.474739,30.48
-124.139871,43.465551,30.48
-124.156323,43.457374,30.48
-124.243169,43.421872,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>