Where it says "description" just put FreewayTraffic and nothing else. Same goes for all the tags.
So if you wanted to use this....
<tag>Roads_Gravel_2_Lanes_Divided_Median</tag>
<description>Roads_Gravel_2_Lanes_Divided_Median</description>
<guid>39ED7845-29EB-4C21-95C2-544B0C6E90D8</guid>
<Feature>Road</Feature>
all you would put in the description is:
Roads_Gravel_2_Lanes_Divided_Median
Unfortunately the word "DESCRIPTION" is not in this code:
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.1">
<Document>
<name>Lakeshore Dr.1.kml</name>
<Style id="sh_ylw-pushpin_copy1">
<IconStyle>
<scale>1.3</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href>
</Icon>
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
</IconStyle>
<LineStyle>
<color>ff0000ff</color>
</LineStyle>
</Style>
<Style id="sn_ylw-pushpin_copy1">
<IconStyle>
<scale>1.1</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href>
</Icon>
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
</IconStyle>
<LineStyle>
<color>ff0000ff</color>
</LineStyle>
</Style>
<StyleMap id="msn_ylw-pushpin_copy1">
<Pair>
<key>normal</key>
<styleUrl>#sn_ylw-pushpin_copy1</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#sh_ylw-pushpin_copy1</styleUrl>
</Pair>
</StyleMap>
<Placemark>
<name>Lakeshore Dr.1</name>
<styleUrl>#msn_ylw-pushpin_copy1</styleUrl>
<LineString>
<tessellate>1</tessellate>
<coordinates>
-87.592222,41.806944,0-87.593056,41.807778,0-87.585833,41.810556,0-87.587778,41.812500,0-87.589167,41.814167,0-87.592778,41.818056,0-87.594444,41.820556,0-87.599444,41.824167,
0-87.600556,41.825278,0-87.607778,41.823611,0-87.600833,41.831667,0-87.607778,41.838611,0-87.611111,41.842778,0-87.613056,41.835556,0-87.612778,41.837778,0-87.613611,41.841111,
0-87.617500,41.851111,0-87.620833,41.860000,0-87.621667,41.851944,0-87.623333,41.856111,0-87.625556,41.859167,0-87.617500,41.865556,0-87.619444,41.869722,0-87.620833,41.874444,
0-87.621111,41.877222,0-87.620833,41.866944,0-87.620000,41.867222,0-87.618889,41.868889,0-87.617222,41.870278,0-87.617222,41.871667,0-87.617778,41.886111,0-87.617778,41.891389,
0-87.626944,41.893611,0-87.623889,41.883889,0-87.622778,41.884722,0-87.622500,41.886389,0-87.622778,41.889722,0-87.623056,41.890278,0-87.623333,41.892500,0-87.623333,41.893333,
0-87.623056,41.894444,0-87.623056,41.895000,0-87.623333,41.896389,0-87.623333,41.896944,0-87.623333,41.898611,0-87.623611,41.899444,0-87.621667,41.951667,0-87.622222,41.902222,
0-87.622778,41.902222,0-87.626111,41.902500,0-87.627222,41.903056,0-87.627778,41.903333,0-87.628333,41.903889,0-87.628889,41.904444,0-87.629167,41.905000,0-87.629722,41.906944,
0-87.630000,41.908333,0-87.631667,41.915556,0-87.631944,41.918333,0-87.631944,41.919444,0-87.632222,41.920833,0-87.636389,41.917778,0-87.638889,41.921389,0-87.641667,41.935278,
0-87.641944,41.938056,0-87.641944,41.943889,0-87.642500,41.935278,0-87.643333,41.937222,0-87.633889,41.939167,0-87.639722,41.943333,0-87.641667,41.945556,0-87.642222,41.946111,
0-87.642778,41.946667,0-87.651944,41.951667,0-87.652222,41.952778,0-87.652222,41.954444,0-87.652222,41.957778,0-87.652778,41.960278,0-87.654167,41.964167,0-87.654722,41.967222,
0-87.654722,41.968611,0-87.654722,41.970000,0-87.658056,41.973611,0-87.659722,41.979167,0-87.653333,41.989722,0-87.653889,41.991111,0-87.654167,41.992500,0-87.654444,41.985278,
0-87.654722,41.985833,0-87.655000,41.986389,0-87.655556,41.986944,0-87.656389,41.987222,0-87.656944,41.987222,0-87.658333,41.987222</coordinates>
</LineString>
</Placemark>
</Document>
</kml>
WHAT IS WRONG AND HOW TO FIX IT? I do not know why the <Description> is NOT there.
Any help from anyone will be mightily appreciated!
dito